https://casatwy.com/index.html iOS底层技术博客 e.g. 使用LLDB调试程序
http://www.cocoachina.com/ios/20170428/19150.html 把握AFNet网络请求完成的正确时机
http://www.cocoachina.com/ios/20170504/19179.html iOS小技巧总结,绝对有你想要的
感谢tuyou同学在github开源了优秀的裁剪库PhotoTweaks,https://github.com/itouch2/PhotoTweaks
神器!解放你的双手——UI设计稿全自动切图和标注的一些工具推荐
官方网站上的文档结构,相关链接:https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Guides
https://github.com/Aufree/trip-to-iOS iOS 学习资料整理
iOS开发经验之谈 http://www.cocoachina.com/ios/20170503/19166.html
Mac键盘快捷键 https://support.apple.com/zh-cn/HT201236
Python、Git 教程博客 http://www.liaoxuefeng.com/
iOS自动化测试干货 http://www.cocoachina.com/ios/20170401/18995.html
监听ScrollView/TableView滚动的正确姿 http://www.jianshu.com/p/2172cca95cdc
iOS开发学习笔记-UIScrollView的用法 http://www.jianshu.com/p/bcaf5cdfaa7e
平滑的在切换界面时隐藏/显示导航栏的
demo https://github.com/Cloudox/SmoothNavDemo
iOS中书写代码规范35条小建议 http://www.jianshu.com/p/71fdd1ae714c
//apple API 解释 https://developer.apple.com/library/content/navigation/
// xcode️提示 列表 http://fuckingclangwarnings.com/
苹果官方API 搜索 https://developer.apple.com/search/
ios 使用HTTP总结 http://www.cnblogs.com/songliquan/p/4663936.html?utm_source=tuicool&utm_medium=referral
GCD 多线程 http://www.cnblogs.com/hepeilin/p/3323471.html
IMP指针的作用 http://www.cocoachina.com/ios/20150717/12623.html
swift Tips /// 牛牛牛 http://swifter.tips/
//牛人的blog http://blog.sunnyxx.com/
iOS 升级HTTPS通过ATS你所要知道 http://www.cocoachina.com/ios/20161207/18308.html
iOS项目开发 要点 http://www.jianshu.com/p/176211f1ebf1
深入研究Block用weakSelf、strongSelf、@weakify、@strongify解决循环引用
http://www.tuicool.com/articles/BBjqAnY
iOS的运行时 http://www.jianshu.com/p/59992507f875
iOS应用架构经验谈论 blog http://casatwy.com/iosying-yong-jia-gou-tan-kai-pian.html
专注于移动平台资源整理和分享,节省开发者寻找的时间,并分类整理浏览器里那些杂乱的书签 mobdevgroup.com
史上最全的常用iOS的第三方框架 http://www.jianshu.com/p/823941042d8f
iOS常用框架总结 http://www.jianshu.com/p/01e12efd9085
iOS中UISearchBar(搜索框)使用总结 https://my.oschina.net/u/2340880/blog/509756
iOS开发之-项目中好用的第三方大全-优秀实例-辅助软 http://www.jianshu.com/p/3449f51bab54/
优化UITableViewCell高度计算 http://blog.sunnyxx.com/2015/05/17/cell-height-calculation/
iOS保持界面流畅的技巧http://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/
// 牛客网
http://www.nowcoder.com/
// 博客园 iOS http://www.cnblogs.com/cate/ios/
iOS各种调试技巧豪华套餐
//菜鸟教程 runoob.com
//MBProgressHUD 解析文章 http://www.jianshu.com/p/485b8d75ccd4
//在ios开发路上查阅的资料 http://www.jianshu.com/p/2c779b1d1102
//源代码管理之SVN命令的使用,Cornerstone基本使用,Xcode Svn的使用
http://www.jianshu.com/p/641438b9ab43
//Xcode 格式规范 https://github.com/NYTimes/objective-c-style-guide
ibireme
(iOS牛人)
//深入理解RunLoophttp://blog.ibireme.com/2015/05/18/runloop/#more-41710
//专访 YYKit 作者 Ibireme: 开源大牛是怎样炼成 http://www.udpwork.com/item/14798.html
//CocoaPods安装心得 http://www.cocoachina.com/bbs/read.php?tid=277900
//两行代码添加启动广告的功能 http://www.cocoachina.com/ios/20160914/17569.html
SSKeychain在iOS中的原理和使用说明 http://www.jianshu.com/p/df0f15409e5d
【iOS面试系列-1】iOS中@property 后assign,copy,retain,weak,strong的意义与区别(必考-必须详细掌握)
iOS UIDatePicker+UIToolbar时间选择器【原创】
iOS UITableViewCell滑动删除【原创】
iOS Xcode快捷键【原创】
iOS UILabel文字跑马灯效果【原创】
iOS常用网络请求方法详解【原创】
iOS UITextView的一些技巧【转载】
iOS从push出的一个页面反向传值到上一个页面的小方法
单位时间内限制button的点击次数
iOS倒计时【原创】
iOS封装系统自带相机和相册等【原创】
实现tableview多选和全选功能
iOS加入购物车抛物线动画【原创】
iOS 图片缩放 【原创】
WildDylan 简书地址 ios/机器学习/算法
http://www.jianshu.com/u/81c4380481c1
把字典转化成URL参数字符串
AFN 源码里的方法 可以搜索AFN找到方法实现 内部已经实现排序
AFQueryStringFromParameters(dict);
EFQRCode 漂亮的二维码自定义试下
http://www.jianshu.com/p/510500f3aebd iOS自定义控件集成
https://www.waerfa.com/modify-hosts-file-to-block-a-website-on-mac-os-x-lion 修改Host文件屏蔽指定网站[Mac Lion]
https://www.waerfa.com/ 各种mac App使用 应用提高设备生产力
http://ahalei.blog.51cto.com/ 图解算法
https://github.com/sinaweibosdk/weibo_ios_sdk 为了方便第三方开发者快速集成微博 SDK
https://yq.aliyun.com/articles/62563 苹果ATS(强制HTTPS)审核新政解码
https://blog.6ag.cn/ 六阿哥 ios博客干货
iTunes Connect 开发者指南 apple官方文档
https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide_zh_CN/Chapters/About.html#//apple_ref/doc/uid/TP40016325-CH1-SW1
翻译:iOS视图控制器编程指南(View Controller Programming Guide for iOS)http://www.jianshu.com/p/82043c17b712
//搭建项目 要点
http://www.jianshu.com/p/d81a542dadf4