2015年7月6日

IOS 子视图获取父视图的控制器

摘要: UIResponder* nextResponder = [self.view.superview.superview nextResponder]; if ([nextResponder isKindOfClass:[UIViewController class]]) { ... 阅读全文

posted @ 2015-07-06 20:19 大木哥 阅读(899) 评论(0) 推荐(0) 编辑

IOS 单例

摘要: +(CoachType *)sharedInstance{ static CoachType *sharedInstance = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ ... 阅读全文

posted @ 2015-07-06 17:13 大木哥 阅读(229) 评论(0) 推荐(0) 编辑

OS X EI Capitan 10.11 & xcode 7.0 beta(7A120f) -- cocoapods安装失败

摘要: 1.sudo gem install cocoapods: ERROR:While executing gem ... (Errno:EPERM) Operation not permitted - /usr/bin/pod 1.1 解决尝试一 1.1.1 步骤 自定义GEM_HOME$ mkdir 阅读全文

posted @ 2015-07-06 09:01 大木哥 阅读(517) 评论(0) 推荐(0) 编辑

导航