实用的文章整理

好几没写东西了,今天把自己浏览过的一些不错的文章分享给大家(里边少部分内容的用法现在可能会有稍微改动)

  1. 闪屏效果的实现
    https://github.com/MQZHot/ZLaunchAdVC
    App引导页的实现(Swift纯代码)
    http://www.jianshu.com/p/573e8e52cb67
  1. swift 跳到系统设置界面
    http://blog.csdn.net/wei_chong_chong/article/details/52957685

  2. 如何让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

  1. 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
  1. swift 移动支付之【微信支付】开发步骤
    http://blog.csdn.net/riven_wn/article/details/51491665
    微信支付遇到的坑
    http://www.jianshu.com/p/1099d931622f
  1. iOS小问题总结
    https://mp.weixin.qq.com/s/aFHwoNktmN_zLJGAUZB5yQ
  1. Bugtags官网-移动时代首选Bug管理系统|简洁·高
    https://work.bugtags.com

  2. iOS_ 性能优化_内存优化_Leaks工具的使用
    http://url.cn/4EL3sNr

  3. git教程
    http://www.cnblogs.com/yhzh/p/5446063.html

  4. 使用SourceTree进行代码版本管理
    http://url.cn/5xWvl2d

  1. widget基础
    http://blog.csdn.net/xiaoxiaoniu111/article/details/46374747

(为了保证这个定时更新机制能够无论用户什么情况下操作都能起作用,我们需要把NSTimer fire触发代码调用放到viewWillAppear方法中来.同理当Widget关闭后在viewDidDisappear方法取消NSTimer invalidate定时更新即可.)

  1. widget的横竖屏和国际化
    http://blog.csdn.net/zzzzzdddddxxxxx/article/details/52576165
    http://www.jianshu.com/p/a66ed374a91c

你可能感兴趣的:(实用的文章整理)