
IOS常见问题
Hello&World
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
An error occurred while performing 'git pull' on repo 'master'
pod install 或者pod setup时 有如下错误:原创 2014-08-13 10:10:08 · 1777 阅读 · 0 评论 -
IOS8 keyboardWillShow 在UIKeyboardWillShowNotification 调用两次 问题解决
今天碰到一个很诡异的问题,程序在ios8 中textfield切换时弹出键盘会出现view不上移的问题,后来发现 keyboardWillShow 被调用了两次,这里mark一下问题的解决方法。注意在xib中奖correction 和 spellcheck属性关闭,再次运行就正常了。原创 2015-12-14 13:52:48 · 5803 阅读 · 0 评论