03 2015 档案

摘要:情景: 使用MethodSwizzle 实现对数组、字典 等系统方法的安全校验。显然能达到预期效果,但实际发现当键盘显示的情况下 home app 进入后台,再单击app 图标 切换回前台时 发生crash :[UIKeyboardLayoutStar release]: message sent ... 阅读全文
posted @ 2015-03-16 17:33 hhhker 阅读(4624) 评论(3) 推荐(0)
摘要:工程新添加了AFNetworking 使用pod ,pod install 完成后,编译报错ld: library not found for -lPods-AFNetworkingclang: error: linker command failed with exit code 1 (use -... 阅读全文
posted @ 2015-03-04 15:51 hhhker 阅读(1130) 评论(5) 推荐(0)