分享

iOS開發的經典博客和文章彙總【原創】 

 

 

官方文檔

立刻着手開發 iOS 應用程序(官方) https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOSCh/DesignPatterns.html#//apple_ref/doc/uid/TP40012668-CH5-SW1
蘋果官方demo https://developer.apple.com/library/ios/recipes/xcode_help-IB_auto_layout/chapters/UnderstandingAutolayout.html#//apple_ref/doc/uid/TP40014226-CH22-SW1php

OC & Swift

objc系列譯文(5.6):iOS7 的隱藏特性和解決之道 重要!!! http://blog.jobbole.com/51761/
iOS必備小技巧(很是的全) http://blog.csdn.net/why_ios/article/details/7791701html

在30天內,從零開始學習swift http://www.cocoachina.com/swift/20150921/13452.htmlios

 

Pod

CocoaPods升級 http://www.cnblogs.com/brycezhang/p/3675670.htmlgit

 

plist

iOS學習之 plist文件的讀寫 http://blog.csdn.net/totogo2010/article/details/7634185github

 

各類模式

IOS設計模式之四:觀察者模式 http://www.cnblogs.com/limlee/archive/2012/06/21/2547582.htmlweb

 

#define

iOS深刻學習:華麗的#define http://my.oschina.net/leejan97/blog/224011正則表達式

 

多線程

iOS多線程編程之NSThread的使用 http://blog.csdn.net/totogo2010/article/details/8010231
全面掌握iOS多線程攻略 很是重要!!! http://mobile.51cto.com/iphone-403490.htmobjective-c

 

入門教程

百度iOS入門教程 http://wenku.baidu.com/course/view/1ce3571252d380eb62946d8c
M了個J博客 http://www.cnblogs.com/mjios/tag/objective-c/sql

 

開發相關很是好的網站

Cocoa China http://www.cocoachina.com
COCOAPODS https://cocoapods.org/?q=on
歲寒 swift最新教程 http://lvwenhan.com/sort/ios
iOS開發系列–觸摸事件、手勢識別、搖晃事件、耳機線控 http://www.cnblogs.com/kenshincui/p/3950646.html數據庫

 

git倉庫

git網 https://git.oschina.net
開源中國社區 http://www.oschina.net

git建立倉庫,並提交代碼(第一次建立並提交)http://blog.csdn.net/kazeik/article/details/9113891

 

命令行

iOS命令行 http://blog.sina.com.cn/s/blog_71715bf801016di7.html

 

啓動圖

iOS 8 Xcode6 設置Launch Image 啓動圖片 http://www.mamicode.com/info-detail-494411.html

 

通信錄

IOS-系統API調用聯繫人信息 http://blog.csdn.net/dizzthxl/article/details/8968121
iOS開發–調用系統通信錄界面 http://www.2cto.com/kf/201504/388762.html

 

數據庫

MAC下終端sqlite3簡單使用 (很是實用) http://blog.csdn.net/majiakun1/article/details/41281935
分享一段ios數據庫代碼。包括建立、升級、增刪查改  http://www.cnblogs.com/ygm900/p/3570849.html
數據庫 http://www.cnblogs.com/youzhangjin/archive/2009/05/22/1486982.html
數據庫重要!!! http://wenku.baidu.com/link?url=BejyRa5L4GizUHziDOeYsm3HwMVIItANj41tnUUowbJ_NiRR9_SYAs9dGbUfE0awThI0IL996TGB6UMSrkdJQ4V5MCxhVAFfkiYQ3wXMwEi
數據庫 http://www.cnblogs.com/yubinfeng/archive/2010/11/02/1867386.html

 

開發錯誤收集

開發錯誤收集 很是好! 收集了各類經常使用的錯誤 http://blog.csdn.net/ys410900345/article/category/2126971

 

靜態方法,動態,實例化,構造什麼的

靜態方法和實例化方法的區別 http://blog.csdn.net/biaobiaoqi/article/details/6732117
IOS實例方法和類方法的區別 http://www.cnblogs.com/qiqibo/p/3404456.html 
OC對象的動態和靜態構造區別 http://dingxiaowei2013.blog.163.com/blog/static/219653107201362911387630/
OC對象的動態和靜態構造區別 http://blog.csdn.net/lengshengren/article/details/17764289
ios 開發中 動態庫 與靜態庫的區別 http://www.myext.cn/webkf/a_11655.html
學習筆記 – iOS靜態庫 http://www.2cto.com/kf/201402/276718.html

 

時間轉換

iOS標準時間與時間戳相互轉換 http://blog.csdn.net/ios_che/article/details/8090977
時間戳轉換站長工具 http://tool.chinaz.com/Tools/unixtime.aspx
iOS-NSDate 相差 8 小時 重要! http://blog.csdn.net/diyagoanyhacker/article/details/7096612
IOS時間與日期處理 http://blog.sina.com.cn/s/blog_9cd1705d0102v5x4.html

 

正則表達式

iOS – 正則表達式判斷郵箱、身份證..是否正確 http://www.2cto.com/kf/201311/256494.html

 

兼容性,約束,佈局

IOS不用AutoLayout也能實現自動佈局的類(1)—-MyLinearLayout橫空出世 http://blog.csdn.net/yangtiang/article/details/46483999
NSLayoutConstraint http://blog.csdn.net/djl4104804/article/details/20768901
iOS的AutoresizingMask http://blog.sina.com.cn/s/blog_71e456db0100vjej.html
自動佈局之autoresizingMask使用詳解 http://www.cocoachina.com/ios/20141216/10652.html
iOS6中的Auto Layout:經過代碼添加約束 http://www.th7.cn/Program/IOS/201407/230145.shtml
iOS開發項目篇—10對齊方式 http://www.cnblogs.com/wendingding/p/3832424.html
iOS 8 Auto Layout界面自動佈局系列2-使用Xcode的Interface Builder添加布局約束 很是重要!!!http://blog.csdn.net/pucker/article/details/41843511
ADAPTIVE LAYOUTS FOR iPHONE 6 很好的國外的關於適配的文章 http://mathewsanders.com/designing-adaptive-layouts-for-iphone-6-plus/
爲iPhone6設計自適應佈局(一) http://www.devtalking.com/articles/adaptive-layout-for-iphone6-1/

 

StoryBoard,XIB,segue,界面跳轉

iOS使用StroryBoard頁面跳轉及傳值 http://www.baidu.com/link?url=SU8N2UR3DIjkRNG2FgABjwpQdcKVqmP1s8uw2dc4M8v_0xkv0fLcD5pvX9FgVyY_xKIX8WRoTDhGlPNNox_hcq
iOS 頁面跳轉 http://bbs.csdn.net/topics/390078391
從加載單個xib到加載storyboard中的單個controller的轉變 重要!!! http://blog.sina.com.cn/s/blog_717fba1101019r15.html
iOS開發UI篇—xib的簡單使用 重要!! http://www.cnblogs.com/wendingding/p/3750378.html重要! http://blog.csdn.net/pucker/article/details/41843511

 

驗證碼

免費短信驗證碼SDK For iOS http://sms.mob.com/Download

 

IPA

如何製做一個能夠上傳到 FIR.im 的 ipa 文件 – Ad-Hoc篇 http://blog.fir.im/2014/how-to-build-adhoc-ipa/
Xcode 5 + iOS 7免證書(iDP)真機調試與生成IPA全攻略 http://kuangqi.me/ios/ios-development-without-idp/
plist蘋果安裝包實現 http://segmentfault.com/q/1010000000623121

 

通知

iOS NSNotificationCenter 使用姿式詳解 http://www.cocoachina.com/ios/20150120/10954.html

 

第三方登錄

基於第三方微信受權登陸的iOS代碼分析 http://blog.csdn.net/mapboo/article/details/39475015
基於第三方微信受權登陸的iOS代碼分析 http://www.cocoachina.com/ios/20140922/9715.html
基於第三方QQ受權登陸和新浪微博受權登陸的iOS代碼分析 http://www.2cto.com/kf/201409/332551.html

 

開發工具

iOS 開發者必不可少的 75 個工具 http://www.alibuybuy.com/posts/82999.html
paintCode教程 http://blog.csdn.net/lujunelong/article/details/18899925

 

動畫教程

動畫交互 http://huaban.com/pins/245892398/
IOS之動畫介紹 http://www.cnblogs.com/syxchina/archive/2012/10/14/2723638.html
交互式動畫!!!!!!!!!!!!!重點學習 http://www.cocoachina.com/industry/20140519/8472.html
iOS 交互式動畫!!!很是重要 http://www.cocoachina.com/industry/20140519/8472.html

 

繪圖

iOS繪圖教程 http://www.cnblogs.com/xdream86/archive/2012/12/12/2814552.html
用 Swift 製做一個漂亮的漢堡按鈕過渡動畫 http://www.cocoachina.com/industry/20140812/9360.html
IOS Quartz 2D 學習(2) http://www.cnblogs.com/cokecoffe/archive/2012/08/14/2637285.html
iOS5新特性:強大的Core Image http://www.cocoachina.com/ios/20111115/3503.html

20行以內代碼 建立不規則UIView(適用於一切UIView的子類)  http://www.cocoachina.com/bbs/read.php?tid=178101

 

效果處理

相似美圖秀秀的很是好的代碼 重要!!! https://github.com/yackle/CLImageEditor
濾鏡CIFilter簡單處理(模糊效果,舊色調處理) http://demo.netfoucs.com/u010670117/article/details/43015809
第六章 層的濾鏡 http://blog.csdn.net/mengtnt/article/details/7304135
CIFilter的使用方法 http://blog.sina.com.cn/s/blog_5fb39f9101018gv7.html
iOS開發使用半透明模糊效果方法整理 http://www.cocoachina.com/ios/20141223/10731.html
iOS中的模糊效果 http://blog.csdn.net/ios_che/article/details/12577131
Filter Effects(w3C) http://www.w3.org/TR/SVG11/filters.html#feGaussianBlurElement
在 iOS 8 中使用模糊效果 http://blog.kumaya.co/2014/08/13/creating-blur-effect-in-ios-8/?utm_source=tuicool
使用CoreImage教程 http://www.cnblogs.com/YouXianMing/p/3719056.html

 

cocos2D

cocos2D開發者文檔 http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/cocos-docs-master/manual/framework/native/v3/easy-to-learn-api-style/zh.md

 

CALayer

CABasicAnimation用法 http://www.cnblogs.com/bucengyongyou/archive/2012/12/20/2826590.html
UI之CALayer詳解 http://blog.sina.com.cn/s/blog_bf9843bf0101fpzn.html
IOS Layer的使用(陰影) http://blog.csdn.net/liulushi_1988/article/details/9030141
CAShapeLayer的使用[2] 動態星星,重要!! http://www.cnblogs.com/YouXianMing/p/3781191.html 
UI之CALayer詳解 重要!! http://blog.sina.com.cn/s/blog_bf9843bf0101fpsb.html

 

地圖

地圖 http://www.cnblogs.com/syxchina/archive/2012/10/14/2723522.html

 

鍵盤

ios 動態獲取鍵盤高度 http://blog.csdn.net/fanxiaochuan/article/details/8575368
只需一句代碼就能輕鬆解決鍵盤遮擋住輸入框的問題 http://code4app.com/ios/IQKeyBoardManager/524260bf6803fa7a41000001

 

字體
IOS字體大小,字號的問題 UIFont http://lizhuang.iteye.com/blog/1707503

 

UI類

自定義navigationBar和navigationController https://www.codeschool.com/blog/2014/11/11/ios-app-creating-custom-nav-bar/

 

UIWebView

完美方案——iOS的WebView自適應內容高度 http://www.tuicool.com/articles/FNrIbmi

 

UICollectionView

iOS開發- UICollectionView詳解+實例 http://www.cnblogs.com/ios8/p/iOS-UICollectionView.html
ios視圖層次結構 講解的很是詳細!!!涉及到圖層變換 http://blog.csdn.net/a451493485/article/details/8665071

 

UIButton

IOS_自定義UIButton的子視圖位置 EdgeInsets屬性 http://blog.csdn.net/mark_creative/article/details/9292623

 

UITableView

優化tableView性能(很是重要) http://blog.sina.com.cn/s/blog_b638dc890101ep3x.html
iOS開發系列–UITableView全面解析 http://www.cnblogs.com/kenshincui/p/3931948.html
iOS開發之UITableView全面解析 http://www.cocoachina.com/ios/20140922/9710.html
tableview cell swipe to delete(滑動刪除) http://blog.sina.com.cn/s/blog_72575be90101g1k7.html
cellForRowAtIndexPath 的標準用法 http://www.cnblogs.com/ygm900/archive/2013/06/13/3134436.html
tableview 有沒有定位到某一條cell的方法 http://www.cocoachina.com/bbs/read.php?tid=253034
TableView如何刷新指定的cell 或section http://leopard168.blog.163.com/blog/static/16847184420148229221893/

 

預編譯.pch

配有gif的pch教程 http://www.cnblogs.com/YouXianMing/p/3989155.html

 

手勢

UITouch觸摸事件處理(講解的很是詳細) http://justcoding.iteye.com/blog/1473287

 

截屏

iPhone/iPad iOS 幾種截屏的代碼分享 http://blog.sina.com.cn/s/blog_969096f10101b49e.html

 

常見bug

iOS」Request failed: unacceptable content-type: text/html」 http://blog.sina.com.cn/s/blog_62f189570102va6j.html

 

性能優化

iOS 應用性能調優的25個建議和技巧 http://mp.weixin.qq.com/s?__biz=MjM5NDMwNjMzNA==&mid=204390322&idx=4&sn=fa593e04279c01e6b525d669e1c215d4&scene=5#rd

 

Mac安裝軟件教程

Photoshop CC Mac圖文破解安裝教程 http://hi.baidu.com/songming612/item/82e09827deef5bf253fd879c
Adobe CC for Mac (photoshop cc mac)全系列簡體中文版下載+破解方法教程 http://tieba.baidu.com/p/2418398935
【破解向】Mac版Adobe Photoshop CS6 與破解補丁下載–註冊機+序列號+修改HOSTS完美可升級激活法及詳細圖文安裝教程(強烈推薦) http://blog.cavyff.com/archives/211

本文永久地址:http://blog.it985.com/9307.html
本文出自 IT985博客 ,轉載時請註明出處及相應連接。

相關文章
相關標籤/搜索