ios項目開發匯總

來源:互聯網
上載者:User

標籤:

UI介面

iOS和Android 介面設計尺寸規範  http://www.alibuybuy.com/posts/85486.html

iPhone app介面設計尺寸規範  http://www.wufangbo.com/ios-iphone-app/

iOS介面設計切圖小結  http://www.apkbus.com/android-140341-1-1.html

 

@2x圖片等適應不同解析度手機   http://blog.sina.com.cn/s/blog_945590aa0101ceu3.html

 

Gif動圖快速製作方法(附工具) http://www.cnblogs.com/dsxniubility/p/4527524.html

 

iOS7初體驗(3)映像資源Images Assets  http://www.cnblogs.com/liufan9/p/3136064.html

 

iOS使用者引導介面樣本  http://www.open-open.com/lib/view/open1411201907593.html

 

UI_View

倒計時實現的兩種方法  http://blog.csdn.net/kylinbl/article/details/8972261

iOS開發的一些奇巧淫技  http://blog.csdn.net/dwarven/article/details/42388711

在NavigationBar上添加控制項  http://m.oschina.net/blog/141880

更改狀態列(UIStatusBar)的顏色  http://my.oschina.net/shede333/blog/304560

UITableViewCell上的按鈕點擊事件處理  http://www.aichengxu.com/view/42871

UIButton-system類型 動態改變title 顯示文字時閃動(解決方案)  http://blog.csdn.net/a330416020/article/details/41648787

Container View Controller  http://geeklu.com/2012/05/custom-container-view-controller/

 

UIAlertView的自動消失,手動消失和自定製消失  http://blog.csdn.net/likendsl/article/details/7514506

UIAlertView彈出框,然後自動消失   http://blog.sina.com.cn/s/blog_721cd3390101voi2.html

 

Quartz2D繪圖2.隨機繪製五角星  http://m.blog.csdn.net/blog/chen_xin_/38063561 

如何讓輸入框彈出鍵盤時自動上移  http://jingyan.baidu.com/article/fa4125acd3dfe228ad709263.html

 

適配

iOS:機型參數、sdk、xcode各版本 http://blog.csdn.net/houseq/article/details/24474073

http://www.360doc.com/content/14/1119/10/19175681_426342465.shtml  iOS:介面適配(三)

http://www.360doc.com/content/14/1119/10/19175681_426342465.shtml   介面適配

http://www.2cto.com/kf/201411/356750.html  螢幕適配和系統版本適配

iOS9適配系列教程(一) 

http://m.weibo.cn/1692391497/3852907931604942/qq?sourceType=qq&from=1053095010&wm=20005_0002

https://github.com/ChenYilong/iOS9AdaptationTips

iOS-擷取Model(裝置型號)、Version(裝置版本號碼)、app(程式版本號碼)等

 

http://blog.csdn.net/ysysbaobei/article/details/17857651

 

設定

iOS設定應用程式圖示  http://www.tuicool.com/articles/IFBFny

iOS修改應用程式名稱  http://blog.csdn.net/sijiazhentan/article/details/10172033

iOS之應用程式設定  http://www.cnblogs.com/syxchina/archive/2012/09/17/2689787.html

 

第三方類

CocoaPods詳解之進階篇  http://www.360doc.com/content/14/0309/10/11029609_358969797.shtml

在iOS開發中使用FMDB  http://blog.devtang.com/blog/2012/04/22/use-fmdb/

MBProgressHUD  http://www.tuicool.com/articles/N3YBZn

 

工具

iOS系類教程之用instruments來檢驗你的app   http://www.cocoachina.com/industry/20140114/7696.html

 

書籍資料

《 iOS 開發進階》隨書樣本程式和勘誤    https://github.com/tangqiaoboy/iOS-Pro

 

資料安全

猿題庫唐巧:iOS應用安全開發你不知道的那些事  http://www.csdn.net/article/2014-05-28/2819994

iOS應用如何防止被反編譯  http://jingyan.baidu.com/article/414eccf6791da86b431f0aea.html

擷取字串的MD5  http://bj007.blog.51cto.com/1701577/411493

iOS 手機號格式驗證 http://www.2cto.com/kf/201504/395288.html

sqlite第三方類庫:FMDB使用(轉載)http://www.cnblogs.com/wuhenke/archive/2012/02/07/2341656.html

iOS 使用FMDB進行資料庫操作  http://mobile.9sssd.com/ios/art/1050

 

 

推送

“iOS 推播通知”詳解:從建立到設定到運行  http://www.csdn.net/article/2012-02-18/311976 

iOS 推送,認證申請,本地推送(推薦)  http://www.cnblogs.com/qingjoin/archive/2013/03/06/2946151.html

 

其他

Mac & iOS開發常見錯誤碼對照表  http://blog.csdn.net/zengconggen/article/details/8481981

查詢Apple API 錯誤碼: http://www.osstatus.com

 

測試

為iOS項目添加Daily Build  http://www.2cto.com/kf/201412/361298.html

給iOS工程增加Daily Build  http://blog.devtang.com/blog/2012/02/16/apply-daily-build-in-ios-project/

Xcode自動打ipa包指令碼 

http://blog.csdn.net/ccf0703/article/details/7999112

http://www.cnblogs.com/tangbinblog/p/3783410.html

關於自動編譯iOS工程,產生app及ipa檔案的方法

 

iOS工程自動打包並發布指令碼實現

http://blog.nswebfrog.com/2013/02/18/ios-automation/

shell指令碼實現ipa一鍵安裝(itms-services協議)

http://blog.nswebfrog.com/2012/09/27/ipapublsh/

 

轉至http://www.cnblogs.com/znios/p/4590904.html,真的很不錯,開發中很多都能使用到。

ios項目開發匯總

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.