- (void)viewDidLoad { [super viewDidLoad]; self.view.backgroundColor = [UIColor whiteColor]; /** QQ聊天 气泡的实现 */ self.QQBubble = [UIButton buttonWithTyp Read More
posted @ 2016-02-01 17:48 偶阵雨ss33 Views(1315) Comments(0) Diggs(0)
摘自: http://blog.csdn.net/ipromiseu/article/details/7436521 http://www.cnblogs.com/dabaopku/archive/2012/06/11/2545482.html 设置 UIPickerView 的数据源数量为很大的规 Read More
posted @ 2016-02-01 11:05 偶阵雨ss33 Views(1062) Comments(0) Diggs(0)
因为网上没有查到相关方法,故而采用一种假象的方法来实现,选项循环滚动 - (void)viewDidLoad { [super viewDidLoad]; /** UIPickerView 选择器 */ CGFloat Y = [UIScreen mainScreen].bounds.size.he Read More
posted @ 2016-02-01 09:46 偶阵雨ss33 Views(1427) Comments(0) Diggs(1)