码迷,mamicode.com
首页 >  
搜索关键字:uikit    ( 1245个结果
[Swift]UIAlertController 以及 Swift 中的闭包和枚举
原文地址:http://blog.callmewhy.com/2014/10/08/uialertcontroller-swift-closures-enum/在 iOS8 的 SDK 中, UIKit 框架里两个经常使用的 API 有了比較大的修改。UIActionSheet 和 UIAlertV...
分类:编程语言   时间:2015-05-19 12:34:36    阅读次数:162
UIKit 框架之UIAlertView
//// ViewController.m// UIAlertView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewControll...
分类:其他好文   时间:2015-05-18 18:21:45    阅读次数:81
UIKit 框架之UIActionSheet
UIAlertView和UIActionSheet相似,区别很小, 很容易理解。//// ViewController.m// UIActionSheet//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. A...
分类:其他好文   时间:2015-05-18 18:10:30    阅读次数:159
UIKit 框架之UIPickerView
//// ViewController.m// UIPickerView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewControl...
分类:其他好文   时间:2015-05-18 16:24:23    阅读次数:216
UIKit 框架之UIActivityIndicatorView
//// ViewController.m// UIActivityIndicatorView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "...
分类:其他好文   时间:2015-05-18 14:31:39    阅读次数:96
UIKit 框架之UIProgressView
//// ViewController.m// UIProgressView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewContr...
分类:其他好文   时间:2015-05-18 14:29:36    阅读次数:76
UIKit 框架之UIImageView
//// ViewController.m// UIImageView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewControll...
分类:其他好文   时间:2015-05-18 12:43:36    阅读次数:106
UIKit 框架之UILabel
http://www.cnblogs.com/ygm900/archive/2013/05/19/3086902.html
分类:其他好文   时间:2015-05-17 23:33:30    阅读次数:150
UIKit 框架之UIView一
- (id)initWithFrame:(CGRect)aRect //通过一个矩形对象初始化Configuring a View’s Visual Appearance //配置视觉展示@property(nonatomic, copy) UIColor *backgroundColor //设置...
分类:其他好文   时间:2015-05-17 18:37:45    阅读次数:88
UIKit 框架之UIView二
UIKit框架的控件都是UIView的子类。
分类:其他好文   时间:2015-05-17 18:34:25    阅读次数:116
1245条   上一页 1 ... 89 90 91 92 93 ... 125 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!