好几没写东西了,今天把自己浏览过的一些不错的文章分享给大家(里边少部分内容的用法现在可能会有稍微改动)
- 闪屏效果的实现
https://github.com/MQZHot/ZLaunchAdVC
App引导页的实现(Swift纯代码)
http://www.jianshu.com/p/573e8e52cb67
swift 跳到系统设置界面
http://blog.csdn.net/wei_chong_chong/article/details/52957685如何让leftBarButtonItem与右滑手势兼得
http://www.cocoachina.com/ios/20160308/15390.html
Swift - 自定义导航栏leftBarButtonItems导致滑动返回失效问题解决
http://www.hangge.com/blog/cache/detail_1092.html
Swift - 导航控制器(navigationController)全屏滑动返回功能实现
http://www.hangge.com/blog/cache/detail_1093.html
- iOS9新特性之实现3D Touch
http://www.jianshu.com/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 移动支付之【微信支付】开发步骤
http://blog.csdn.net/riven_wn/article/details/51491665
微信支付遇到的坑
http://www.jianshu.com/p/1099d931622f
Bugtags官网-移动时代首选Bug管理系统|简洁·高
https://work.bugtags.comiOS_ 性能优化_内存优化_Leaks工具的使用
http://url.cn/4EL3sNr使用SourceTree进行代码版本管理
http://url.cn/5xWvl2d
(为了保证这个定时更新机制能够无论用户什么情况下操作都能起作用,我们需要把NSTimer fire触发代码调用放到viewWillAppear方法中来.同理当Widget关闭后在viewDidDisappear方法取消NSTimer invalidate定时更新即可.)