摘要:
[cell setSeparatorInset:UIEdgeInsetsMake(0, 20, 0, 20)];
阅读全文
posted @ 2016-05-18 15:30
拿起放不下
阅读(89)
推荐(0)
摘要:
self.labelSelectedMedia.text = NSLocalizedStringFromTable(@"Choose a media", @"UzysAssetsPickerController", nil); 改成中文
阅读全文
posted @ 2016-05-12 19:37
拿起放不下
阅读(275)
推荐(0)
摘要:
git initgit remote add origin https:// //git账号中的网址 (git remote //可以查询添加的远程仓库) git add . //添加刚刚导入的整个工程 git commit -m “添加工程" git push -u origin master (
阅读全文
posted @ 2016-05-11 09:52
拿起放不下
阅读(637)
推荐(0)
摘要:
+ (NSDictionary *)replacedKeyFromPropertyName{ return @{@"ID":@"id"};}
阅读全文
posted @ 2016-03-21 10:07
拿起放不下
阅读(160)
推荐(0)
摘要:
self.navigationController.navigationBar.translucent = YES,导航栏透明 extendedLayoutIncludesOpaqueBars = YES
阅读全文
posted @ 2016-03-08 09:34
拿起放不下
阅读(137)
推荐(0)
摘要:
#pragma mark - 改变状态栏颜色 -(UIStatusBarStyle)preferredStatusBarStyle{ return UIStatusBarStyleLightContent; }
阅读全文
posted @ 2016-02-17 14:22
拿起放不下
阅读(237)
推荐(0)
摘要:
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options//新方法 application:(UIApplication *)applica
阅读全文
posted @ 2016-02-14 13:44
拿起放不下
阅读(208)
推荐(0)
摘要:
- (void)scrollViewDidScroll:(UIScrollView *)scrollView { CGFloat sectionHeaderHeight = 40; if (scrollView.contentOffset.y<=sectionHeaderHeight&&scroll
阅读全文
posted @ 2016-01-29 17:27
拿起放不下
阅读(240)
推荐(0)
摘要:
http://crab.baidu.com/http://bugly.qq.com/ http://bughd.com/ http://www.umeng.com/analyticshttp://try.crashlytics.com/
阅读全文
posted @ 2015-12-22 09:07
拿起放不下
阅读(143)
推荐(0)
摘要:
if (_timer == nil) { _timer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(changeSeconds) userInfo:nil repeats:YES...
阅读全文
posted @ 2015-12-17 13:41
拿起放不下
阅读(387)
推荐(0)