摘要: if (IOS7) { self.tabBarController.tabBar.barTintColor = kTAB_BAR_GB_COLOR; }else{ self.tabBarController.tabBar.tintColor = kTAB_BAR_... 阅读全文
posted @ 2015-01-15 11:43 爱生活爱代码 阅读(1387) 评论(0) 推荐(0)
摘要: 1.自定义UICollectionView2.实现协议 UICollectionViewFlowLayout *flowLayout=[[UICollectionViewFlowLayout alloc] init]; flowLayout.itemSize=CGSizeMak... 阅读全文
posted @ 2015-01-15 10:13 爱生活爱代码 阅读(2835) 评论(0) 推荐(0)
摘要: 在加载网页时给一个timer定时器,规定超时时间,然后再超时时间的方法中提示超时如果没有超时,则在webview协议中的“加载完成”方法中 取消timer定时器- (void)openWebView{ if (timer) { [timer invalidate]; } ... 阅读全文
posted @ 2015-01-15 10:01 爱生活爱代码 阅读(1454) 评论(0) 推荐(0)