09 2015 档案

摘要:[[UINavigationBar appearance] setTintColor:[UIColor colorWithWhite:0.0 alpha:0.0f]];//去掉导航栏 的阴影线self.navigationController.navigationBar.clipsToBounds ... 阅读全文
posted @ 2015-09-23 16:57 xiaoxiaoxigua 阅读(367) 评论(0) 推荐(0) 编辑
摘要:self.view.window.rootViewController.modalPresentationStyle = UIModalPresentationCurrentContext; //半透明 BiaoQianViewController *biaoQianVC = [[BiaoQi... 阅读全文
posted @ 2015-09-23 13:43 xiaoxiaoxigua 阅读(272) 评论(0) 推荐(0) 编辑
摘要:http://blog.sina.com.cn/s/blog_6fd90b5b01018yng.html 阅读全文
posted @ 2015-09-23 13:41 xiaoxiaoxigua 阅读(132) 评论(0) 推荐(0) 编辑
摘要:CATransition *animation = [CATransition animation]; animation.duration = 0.4; animation.timingFunction = UIViewAnimationCurveEaseInOut; animation.f... 阅读全文
posted @ 2015-09-18 11:37 xiaoxiaoxigua 阅读(244) 评论(0) 推荐(0) 编辑
摘要:https://github.com/foxswang/NSDateUtil 阅读全文
posted @ 2015-09-14 13:32 xiaoxiaoxigua 阅读(121) 评论(0) 推荐(0) 编辑
摘要:https://github.com/xiaoyangh/WeChat-Location 阅读全文
posted @ 2015-09-10 18:18 xiaoxiaoxigua 阅读(215) 评论(0) 推荐(0) 编辑
摘要:@interface GroupReportViewController () { BOOL isFirstLocation;}@property(nonatomic,strong)BMKMapView* mapView;@property(nonatomic,strong)BMKLocation... 阅读全文
posted @ 2015-09-10 18:17 xiaoxiaoxigua 阅读(715) 评论(0) 推荐(0) 编辑
摘要:iosUITableview刷新某一行 或section//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnimatio... 阅读全文
posted @ 2015-09-08 17:59 xiaoxiaoxigua 阅读(501) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/beijingshi1/article/details/36426829 阅读全文
posted @ 2015-09-08 10:16 xiaoxiaoxigua 阅读(128) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示