好幾沒寫東西了,今天把自己瀏覽過的一些不錯(cuò)的文章分享給大家(里邊少部分內(nèi)容的用法現(xiàn)在可能會(huì)有稍微改動(dòng))
- 閃屏效果的實(shí)現(xiàn)
https://github.com/MQZHot/ZLaunchAdVC
App引導(dǎo)頁的實(shí)現(xiàn)(Swift純代碼)
http://www.itdecent.cn/p/573e8e52cb67
swift 跳到系統(tǒng)設(shè)置界面
http://blog.csdn.net/wei_chong_chong/article/details/52957685如何讓leftBarButtonItem與右滑手勢兼得
http://www.cocoachina.com/ios/20160308/15390.html
Swift - 自定義導(dǎo)航欄leftBarButtonItems導(dǎo)致滑動(dòng)返回失效問題解決
http://www.hangge.com/blog/cache/detail_1092.html
Swift - 導(dǎo)航控制器(navigationController)全屏滑動(dòng)返回功能實(shí)現(xiàn)
http://www.hangge.com/blog/cache/detail_1093.html
- iOS9新特性之實(shí)現(xiàn)3D Touch
http://www.itdecent.cn/p/6624f8672ab7?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=qq
iOS 3D touch 使用技巧
http://www.cnblogs.com/n1ckyxu/p/5096316.html
- swift 移動(dòng)支付之【微信支付】開發(fā)步驟
http://blog.csdn.net/riven_wn/article/details/51491665
微信支付遇到的坑
http://www.itdecent.cn/p/1099d931622f
- iOS小問題總結(jié)
https://mp.weixin.qq.com/s/aFHwoNktmN_zLJGAUZB5yQ
Bugtags官網(wǎng)-移動(dòng)時(shí)代首選Bug管理系統(tǒng)|簡潔·高
https://work.bugtags.comiOS_ 性能優(yōu)化_內(nèi)存優(yōu)化_Leaks工具的使用
http://url.cn/4EL3sNr使用SourceTree進(jìn)行代碼版本管理
http://url.cn/5xWvl2d
(為了保證這個(gè)定時(shí)更新機(jī)制能夠無論用戶什么情況下操作都能起作用,我們需要把NSTimer fire觸發(fā)代碼調(diào)用放到viewWillAppear方法中來.同理當(dāng)Widget關(guān)閉后在viewDidDisappear方法取消NSTimer invalidate定時(shí)更新即可.)