09 2015 档案
摘要:[[UINavigationBar appearance] setTintColor:[UIColor colorWithWhite:0.0 alpha:0.0f]];//去掉导航栏 的阴影线self.navigationController.navigationBar.clipsToBounds ...
阅读全文
摘要:self.view.window.rootViewController.modalPresentationStyle = UIModalPresentationCurrentContext; //半透明 BiaoQianViewController *biaoQianVC = [[BiaoQi...
阅读全文
摘要:http://blog.sina.com.cn/s/blog_6fd90b5b01018yng.html
阅读全文
摘要:CATransition *animation = [CATransition animation]; animation.duration = 0.4; animation.timingFunction = UIViewAnimationCurveEaseInOut; animation.f...
阅读全文
摘要:https://github.com/foxswang/NSDateUtil
阅读全文
摘要:https://github.com/xiaoyangh/WeChat-Location
阅读全文
摘要:@interface GroupReportViewController () { BOOL isFirstLocation;}@property(nonatomic,strong)BMKMapView* mapView;@property(nonatomic,strong)BMKLocation...
阅读全文
摘要:iosUITableview刷新某一行 或section//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnimatio...
阅读全文
摘要:http://blog.csdn.net/beijingshi1/article/details/36426829
阅读全文