上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页
摘要: https://github.com/xiaoyangh/WeChat-Location 阅读全文
posted @ 2015-09-10 18:18 xiaoxiaoxigua 阅读(218) 评论(0) 推荐(0)
摘要: @interface GroupReportViewController () { BOOL isFirstLocation;}@property(nonatomic,strong)BMKMapView* mapView;@property(nonatomic,strong)BMKLocation... 阅读全文
posted @ 2015-09-10 18:17 xiaoxiaoxigua 阅读(728) 评论(0) 推荐(0)
摘要: iosUITableview刷新某一行 或section//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnimatio... 阅读全文
posted @ 2015-09-08 17:59 xiaoxiaoxigua 阅读(503) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/beijingshi1/article/details/36426829 阅读全文
posted @ 2015-09-08 10:16 xiaoxiaoxigua 阅读(140) 评论(0) 推荐(0)
摘要: https://github.com/bingxue314159/SuperDemo 阅读全文
posted @ 2015-08-28 10:45 xiaoxiaoxigua 阅读(209) 评论(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 阅读(175) 评论(0) 推荐(0)
摘要: YTKNetwork 是猿题库 iOS 研发团队基于 AFNetworking 封装的 iOS 网络库,其实现了一套 High Level 的 API,提供了更高层次的网络访问抽象。YTKNetwork 使用基础教程https://github.com/yuantiku/YTKNetwork/blo... 阅读全文
posted @ 2015-08-14 18:56 xiaoxiaoxigua 阅读(432) 评论(0) 推荐(0)
摘要: - (BOOL) isBlankString:(NSString *)string { if (string == nil || string == NULL) { return YES; } if ([string isKindOfClass:[NSNull class]]) { ... 阅读全文
posted @ 2015-08-10 11:32 xiaoxiaoxigua 阅读(185) 评论(0) 推荐(0)
摘要: UIView *view2 = [[UIView alloc] initWithFrame:CGRectMake(120, 10, 80, 80)]; view2.backgroundColor = [UIColor redColor]; [self.view addSubview:view2]; ... 阅读全文
posted @ 2015-08-03 14:18 xiaoxiaoxigua 阅读(1104) 评论(0) 推荐(0)
摘要: iOS7光标问题有网友遇到textView在ios7上出现编辑进入最后一行时光标消失,看不到最后一行,变成盲打,stackOverFlow网站上有大神指出,是ios7本身bug,加上下面一段代码即可(网友调试得出,在此mark一下,有问题,欢迎大神们指出)1234567891011121314151... 阅读全文
posted @ 2015-07-28 19:38 xiaoxiaoxigua 阅读(192) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页