摘要:
1.判断用户是否有权限访问相册 #import <AssetsLibrary/AssetsLibrary.h> [objc] view plain copy ALAuthorizationStatus author = [ALAssetsLibraryauthorizationStatus]; if 阅读全文
摘要:
转自简书:http://www.jianshu.com/p/50b63a221f09 http://www.jianshu.com/p/08f194e9904c 原作者:叶孤城___ self.tableView.tableFooterView = [[UIView alloc] init];试过的 阅读全文
摘要:
2x:58*58 80*80 120*120 3x:87*87 120*120 180*180 阅读全文
摘要:
CATransition* transition = [CATransition animation]; transition.type = kCATransitionPush; //动画效果 transition.subtype = kCATransitionFromLeft; //动画方向 [n 阅读全文
摘要:
UISwipeGestureRecognizer *recognizer; recognizer = [[UISwipeGestureRecognizer alloc]initWithTarget:self action:@selector(handleSwipeFrom:)]; [recogniz 阅读全文
摘要:
ViewController *rootVC = (ViewController *)self.presentingViewController; while (rootVC.presentingViewController) { rootVC = (ViewController *)rootVC. 阅读全文
摘要:
[objc] view plain copy // // QrCodeImage.h // matchPlus // // Created by mnn on 16/4/14. // Copyright © 2016年 mnn. All rights reserved. // #import <UI 阅读全文
摘要:
NSDateFormatter *inputFormatter = [[NSDateFormatter alloc] init]; [inputFormatter setLocale:[[NSLocale alloc] initWithLocaleIdentifier:@"zh_CN"]]; [in 阅读全文
摘要:
platform:ios,'8.0'target 'APPNAME' do pod 'SMSSDK' pod 'MBProgressHUD', '0.9.1' pod 'AFNetworking', '2.5.4' pod 'Masonry' pod 'AMapSearch' pod 'AMapLo 阅读全文
摘要:
1.升级10.11后,运行pod命令出现: 安装时 Mac-mini:~ macuser$ sudo gem install cocoapods ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/ 阅读全文