iOS开发

iOS开发
文章图片
iOS开发.png 参考**************************** https://github.com/Tim9Liu9/TimLiu-iOS
https://github.com/vsouza/awesome-ios
https://github.com/cjwirth/awesome-ios-ui
常用技术********************** *支付 支付宝、微信、银联
*地图 系统、百度、高德
*推送 信鸽、极光、百度云、个推
*即时通讯 环信、融云
*分享 系统、友盟、ShareSDk、OpenShare
https://www.jianshu.com/p/71499300a133
https://github.com/liugangios/IFMShare
*第三方登录 友盟
*短信 *邮件 *图像识别 百度AI、 Face++
https://github.com/opencv/opencv
https://github.com/gali8/Tesseract-OCR-iOS
https://github.com/TheLittleBoy/TextDetection-VIN
*加密解密 https://github.com/Flying-Einstein/Encryptions
*https *音频 *视频 https://github.com/changsanjiang/SJVideoPlayer
https://github.com/renzifeng/ZFPlayer
https://github.com/Bilibili/ijkplayer
*上传下载 *其他 代理、block、单例、通知、数据持久化
热修复 http://www.jspatch.com/
常用控件封装***************************** *选择器(日期选择器、时间选择器、地址选择器、自定义单列字符串选择器、自定义多列字符串选择器)
https://github.com/91renb/BRPickerView
https://github.com/xiaozhuxiong121/PGDatePicker
https://github.com/Zws-China/DatePicker
*LTPickerView(单列选择器)http://code.cocoachina.com/view/129983
*FYLCityPickView(三级城市选择器)https://github.com/64b7a/FYLCityPickView/tree/master
*SJSwitch(顶部tab)https://github.com/Jude309307972/SwitchViewControllerDemo
*PYSearch(搜索)https://github.com/ko1o/PYSearch
*YBPopupMenu(pop弹框)https://github.com/lyb5834/YBPopupMenu
*HHShowView(仿系统alert弹框)https://github.com/YYDreams/Alert
*PNChart(图表)https://github.com/kevinzhow/PNChart
*图片浏览器
YBImageBrowser https://github.com/indulgeIn/YBImageBrowser
XLPhotoBrowser https://github.com/CoderXLLau/XLPhotoBrowser
*图片选择器
CXXChooseImage https://github.com/liugqengqun/CXXChooseImage
TZImagePickerController https://github.com/banchichen/TZImagePickerController
*扫描
ScanHelper(扫描)https://github.com/MichealMIX/ScanHelper
LBXScan https://github.com/MxABC/LBXScan
*仿美团地址选择器
SDCityPicker https://github.com/SlowDony/SDCityPicker
JFCitySelector https://github.com/zhifenx/JFCitySelector
*iOS设置状态栏、导航栏按钮、标题、颜色、透明度,偏移等
https://github.com/wangrui460/WRNavigationBar
*(腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、、微博等所有主流APP分类切换滚动视图)
https://github.com/pujiaxin33/JXCategoryView
*特斯拉组件、QQ联系人布局、多页面嵌套滚动、悬停效果、美团、淘宝、京东、微博、腾讯新闻、网易新闻、今日头条等标题滚动视图
https://github.com/yongyuandouneng/YNPageViewController
常用第三方库*************************** 网络
*AFNetworking(网络请求)
*Reachability (网络状态监测)
*CocoaAsyncSocket (socket)https://github.com/robbiehanson/CocoaAsyncSocket
弹框提示
*MBProgressHUD(弹框提示)
*SVProgressHUD (弹框提示)https://github.com/SVProgressHUD/SVProgressHUD
页面布局
*Masonry(页面布局)
*SDAutoLayout(页面布局)
数据管理
*FMDB(数据存储)demo
*realm (数据存储)https://github.com/realm/realm-cocoa
动画
*lottie-ios (动画)https://github.com/airbnb/lottie-ios
*pop(动画)https://github.com/facebook/pop
其它
*RestKit (综合)https://github.com/RestKit/RestKit
*YYKit (综合) https://github.com/ibireme/YYKit
*YYText (文字处理)https://github.com/ibireme/YYText
*GPUImage (图片加载相关)https://github.com/BradLarson/GPUImage
*SDWebImage(图片加载)
*MJRefresh(刷新加载)
*MJExtension(字典转模型)
*YYModel(字典转模型)
*WebViewJavascriptBridge (web和原生交互)https://github.com/marcuswestin/WebViewJavascriptBridge
*IQKeyboardManager(键盘管理)
*JSPatch (热修复)https://github.com/bang590/JSPatch
*FLEX https://github.com/Flipboard/FLEX
工程目录*************************** 参考https://github.com/Coding/Coding-iOS、https://github.com/coderyi/Monkey)
*AppDelegate(应用程序入口)
*Section(功能模块)
Base(基础类)
Common(通用类)
业务功能
*Macro(头文件)
PrefixHeader.pch(主头文件,用于引入其它头文件)
接口头文件
导入常用类头文件
宏定义(常量、变量、方法)头文件
【iOS开发】*Gategory(类扩展)
*Util(工具类Util、Tool、Manager )文件名与功能挂钩
Util(常用方法,封装成类方法)
NetWork(网络请求相关)
VersionUpdateManager(版本更新)
*Resource(资源)
Image
Audio
Video
Plist文件
Other(HTML、CSS、JS文件)
Cer(证书)
*Vendor(第三方库/SDK)
*Other
其它******************************* *高仿项目 仿今日头条
https://github.com/KKFinger/KKToydayNews
https://github.com/tianliangyihou/headlineNews
*生命周期 应用程序生命周期
视图生命周期
(应用程序生命周期、视图控制器生命周期、视图生命周期)
代码 https://github.com/64b7a/iOS_APPLifecycle
文档 https://www.jianshu.com/p/6cf83e94c14c
*设计模式 代理、单例、工厂
*数据持久化 文件、 归档(NSKeyedArchiver)、 属性列表(NSUserDefaults)、 数据库(SQLite、CoreData、第三方类库)
https://www.jianshu.com/p/6ddcbc6aa2f8
*多线程 GCD、NSOperation、NSThread
https://www.jianshu.com/p/d894eab12880
https://www.cnblogs.com/weiming4219/p/7649661.html
*内存管理 demo
https://github.com/64b7a/iOS_Storage
文档
https://www.jianshu.com/p/8133439812d4
https://www.jianshu.com/p/0d7dfb5093a8
iOS属性关键字
https://www.jianshu.com/p/9b05f9268494
iOS循环引用、内存泄漏、野指针
https://www.jianshu.com/p/a9cc2f93ac81
https://www.jianshu.com/p/948855f5ef1d
内存泄漏、野指针类比
https://blog.csdn.net/sheep_and_stone/article/details/51356444
*网络相关 https://juejin.im/post/5d61fc046fb9a06aef08f545
http/https、
TCP/IP、
Socoket CocoaAsyncSocket
GET、POST、PUT
*swift https://blog.csdn.net/LOLITA0164/article/details/82017800
*iOS url重定向 https://www.2cto.com/kf/201707/662678.html
*cornerstone使用 https://www.cnblogs.com/fyongbetter/p/5404697.html
https://www.jianshu.com/p/7f5c019c528b
版本回退
https://www.jianshu.com/p/854b1afc167b
*UI相关 iOS 中 pt 与px的区分
https://www.jianshu.com/p/7410515d448e
IOS平台设计规范(尺寸规范)
http://www.xueui.cn/design/142395.html
https://www.jianshu.com/p/01768b59bbe1
https://www.jianshu.com/p/9eebde0f4bd4
http://www.360doc.com/content/18/0830/00/58377415_782276788.shtml
在线icon生成
https://icon.wuruihong.com/
*工具库 http://tools.cocoachina.com/
*iOS中Category和Extension 原理详解 https://blog.csdn.net/u013602835/article/details/80918042

    推荐阅读