XiaoKL

05 2015 档案

iOS.CodeSign
摘要:Inside Code Signing 1. Code Signing需要的基础组件: 证书,私钥 As an iOS developer, chances are you have a certificate, a public key, and a private key on your dev 阅读全文

posted @ 2015-05-28 20:10 XiaoKL 阅读(1259) 评论(0) 推荐(0)

iOS.Crash.Case-[__NSArrayM objectForKeyedSubscript:]
摘要:1. [__NSArrayM objectForKeyedSubscript:]: unrecognized selector sent to instance - source code and screenshot attached http://stackoverflow.com/questi 阅读全文

posted @ 2015-05-27 19:16 XiaoKL 阅读(1461) 评论(0) 推荐(0)

iOS.Objective-C.Dependency.Graphing-v0.1
摘要:当Project越来越复杂,模块间的依赖就会很复杂,不合理的依赖就出现:不必要的依赖,双向依赖等等。在iOS Application Project中可以将依赖定义为:对某个头文件的import。例如: 1 /** 2 * DSUser.m 3 */ 4 5 #import "DSUser.... 阅读全文

posted @ 2015-05-16 21:35 XiaoKL 阅读(286) 评论(0) 推荐(0)

iOS.AutoLayout.2.CustomView-with-AutoLayout
摘要:Custom View Which Support AutoLayout 创建支持AutoLayout的Custom View AutoLayout 通过使view更加的自组织来减轻controller类的负担。 当实现custom view类时,需要提供足够的信息来使AutoLayout系统能够正 阅读全文

posted @ 2015-05-16 18:46 XiaoKL 阅读(542) 评论(0) 推荐(0)

iOS.Crash.OniOS8.WhenCall[popToRootViewController]
摘要:系统iOS 8.x, ARC。CrashCase:在UIViewController中有一个类型为UIScrollView的实例变量scrollView,点击UIViewController中的某个按钮时调用"[self.navigationController popViewControllerA... 阅读全文

posted @ 2015-05-14 19:37 XiaoKL 阅读(726) 评论(0) 推荐(0)

导航