iOS 进阶知识点

1 向苹果提交BUG

Bug Reporter

2 iOS代码规范

appledoc docs comments · tomaz/appledoc Wiki

3 项目文档

Objective-C规范注释心得——同时兼容appledoc(docset、html)与doxygen(html、pdf)的文档生成 - zyl910 - 博客园

4 自动化打包

使用xcodebuild打包 导出ipa 上传蒲公英或者提交AppStore -

5 iOS标志

iOS唯一ID:UDID,UUID,advertisingIdentifier,identifierForVendor,KeyChain。 | Tech. Memo

6 iOS响应者链

深入浅出iOS事件机制

7 iOS防崩溃

大白健康系统--iOS APP运行时Crash自动修复系统 | 网易杭州前端技术部

8 .a 文件生成

lipo -create xxx xxx -output xxx.a

9 ios 查验私有包调用

grep -lr "prefs:root=" *

10 iPhone 尺寸一览表(https://www.apple.com/iphone/
名称 尺寸(英寸) 上市时间
XS Max 6.5 2018.9
XR 6.1 2018.9
iPhone X Xs 5.8 2017.11/2018.9
8+ 5.5 2017.9
8 4.7 2017.9
7/7p 4.7 2016.9
se 4 2016.3
6s/6sp 4.7/5.5 2015.9
6/6p 4.7/5.5 2014.9
5s 4 2013.9
5 4 2012.9
4s 4 2011.10
4 4 2010.10
3G 4 2008.6
2G 4 2007.1
11 Mac服务器 Apache 配置

http://www.cnblogs.com/snandy/archive/2012/11/13/2765381.html

12 mac 启动 tomcat 服务器

1 命令行 cd 进入 tomcat 的 bin 目录;
2 命令行输入 sudo sh startup.sh ;

喜欢和关注都是对我的鼓励和支持~

你可能感兴趣的:(iOS 进阶知识点)