我的标签 我的标签排序:博文数⬇|标签名 NSCalendar(1) 公告 昵称:滴血雄鹰 园龄:10年 粉丝:0 关注:0 +加关注 <2024年11月> 日一二三四五六 272829303112 3456789 10111213141516 17181920212223 24252627282930 1234567
CocoaPods是开发iOS应用中管理第三方开源的类库,绝大部分有名的开源类库,都支持CocoaPods。 1.安装Ruby(Mac下都自带ruby) 2.更换Ruby软件源(目的是FQ) (1) gem sources --remove https://rubygems.org/ // 去掉ruby软件源 (2) gem sources -a http://ruby.taobao.org/ // 添加淘宝的源 (3) gem sou...
=0,不满足要求就提示reason-x must not be zero assert 是C里面的宏。用于断言。 NSAssert 只能在Objective-c里面使用。是assert的一个扩充。能捕获assert类异常及打印一些 可读的日志。而assert只是让app crash(abort).
posted @ 2016-01-03 18:19 滴血雄鹰 阅读(338) 评论(0) 推荐(0) 编辑 2015年8月29日 UIViewController生命周期的理解 摘要: if (self = [super init])===》if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) ===》- (void)viewDidLoad{ [super viewDidLoad... 阅读...
if (self = [super init])===》if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) ===》- (void)viewDidLoad { [super viewDidLoad]; NSLog(@"---111111"); } ===》if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) { IWLog(@"initWithNib...
在iOS7中,新增加了一个小小的功能,也就是这个self.navigationController.interactivePopGestureRecognizer。 1.情景概况: 在UINavigationController自定义返回按钮后无法实现手势右滑到上一级界面。 2.解决方案: self.navigationController.interactivePopGestureRecognizer.delegate 默认是<_UINavigationInteractiveTransition: 0x15...
UIScrollView无限循环的原理 网址:http://m.blog.csdn.net/blog/xuexixiaoshizhe/37741239 滴血雄鹰 粉丝-0关注 -0 +加关注 0 0 升级成为会员