上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页
摘要: http://blog.sina.com.cn/s/blog_6fd90b5b01018yng.html 阅读全文
posted @ 2015-09-23 13:41 xiaoxiaoxigua 阅读(130) 评论(0) 推荐(0) 编辑
摘要: CATransition *animation = [CATransition animation]; animation.duration = 0.4; animation.timingFunction = UIViewAnimationCurveEaseInOut; animation.f... 阅读全文
posted @ 2015-09-18 11:37 xiaoxiaoxigua 阅读(243) 评论(0) 推荐(0) 编辑
摘要: https://github.com/foxswang/NSDateUtil 阅读全文
posted @ 2015-09-14 13:32 xiaoxiaoxigua 阅读(120) 评论(0) 推荐(0) 编辑
摘要: https://github.com/xiaoyangh/WeChat-Location 阅读全文
posted @ 2015-09-10 18:18 xiaoxiaoxigua 阅读(212) 评论(0) 推荐(0) 编辑
摘要: @interface GroupReportViewController () { BOOL isFirstLocation;}@property(nonatomic,strong)BMKMapView* mapView;@property(nonatomic,strong)BMKLocation... 阅读全文
posted @ 2015-09-10 18:17 xiaoxiaoxigua 阅读(709) 评论(0) 推荐(0) 编辑
摘要: iosUITableview刷新某一行 或section//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnimatio... 阅读全文
posted @ 2015-09-08 17:59 xiaoxiaoxigua 阅读(497) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/beijingshi1/article/details/36426829 阅读全文
posted @ 2015-09-08 10:16 xiaoxiaoxigua 阅读(126) 评论(0) 推荐(0) 编辑
摘要: https://github.com/bingxue314159/SuperDemo 阅读全文
posted @ 2015-08-28 10:45 xiaoxiaoxigua 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 动画组合(uber启动时的等待效果代码)- (void)startAnimation {self.layer.masksToBounds=0;self.layer.cornerRadius=50;if(self.layer.sublayers==nil) { [selfsetUpAnimation]... 阅读全文
posted @ 2015-08-19 12:53 xiaoxiaoxigua 阅读(172) 评论(0) 推荐(0) 编辑
摘要: YTKNetwork 是猿题库 iOS 研发团队基于 AFNetworking 封装的 iOS 网络库,其实现了一套 High Level 的 API,提供了更高层次的网络访问抽象。YTKNetwork 使用基础教程https://github.com/yuantiku/YTKNetwork/blo... 阅读全文
posted @ 2015-08-14 18:56 xiaoxiaoxigua 阅读(408) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页