原文地址:http://blog.callmewhy.com/2014/10/08/uialertcontroller-swift-closures-enum/在 iOS8 的 SDK 中, UIKit 框架里两个经常使用的 API 有了比較大的修改。UIActionSheet 和 UIAlertV...
分类:
编程语言 时间:
2015-05-19 12:34:36
阅读次数:
162
//// 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
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
//// 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
//// 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
//// 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
//// 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
http://www.cnblogs.com/ygm900/archive/2013/05/19/3086902.html
分类:
其他好文 时间:
2015-05-17 23:33:30
阅读次数:
150
- (id)initWithFrame:(CGRect)aRect //通过一个矩形对象初始化Configuring a View’s Visual Appearance //配置视觉展示@property(nonatomic, copy) UIColor *backgroundColor //设置...
分类:
其他好文 时间:
2015-05-17 18:37:45
阅读次数:
88