07 2016 档案
摘要:转自简书: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
阅读全文

浙公网安备 33010602011771号