09 2015 档案
textview 内容从头开始显示
摘要:In the Interface Builder, 1. Select the view controller which contains the UITextView.3 2. Go to the attribute inspector. 3. Uncheck "Adjust Scroll V... 阅读全文
posted @ 2015-09-26 22:10 geeky 阅读(318) 评论(0) 推荐(0)
xcode 多行缩进 快捷键
摘要:右缩进快捷键:command+] 左缩进:command+[ 阅读全文
posted @ 2015-09-26 09:55 geeky 阅读(161) 评论(0) 推荐(0)
PHP获取链接中的后缀名
摘要:<code $url = "index.html";echo substr(strrchr($url,"."),1);</code 阅读全文
posted @ 2015-09-25 14:15 geeky 阅读(223) 评论(0) 推荐(0)
pod install/update更新慢解决办法
摘要:参照这篇文章(http://blog.devtang.com/blog/2014/05/25/use cocoapod to manage ios lib dependency/) 使用CocoaPods 的镜像索引, pod repo remove master pod repo add m... 阅读全文
posted @ 2015-09-24 13:51 geeky 阅读(408) 评论(0) 推荐(0)
CocoaPods pod install/pod update更新慢的问题
摘要:pod install verbose no repo update pod update verbose no repo update 阅读全文
posted @ 2015-09-24 13:18 geeky 阅读(91) 评论(0) 推荐(0)
重新安装Cocoapods
摘要:卸载 cocoapods $ sudo gem uninstall cocoapods 安装 xcodeproj $ sudo gem install xcodeproj 再安装 cocoapods $ sudo gem install cocoapods 最后运行 pod ve... 阅读全文
posted @ 2015-09-24 13:13 geeky 阅读(201) 评论(0) 推荐(0)