swift庫(kù)
http://www.cnblogs.com/damnbird/p/6892572.html
喵神
請(qǐng)于伏案
http://www.cnblogs.com/ludashi/category/682620.html
moya + alamofire + swift
http://blog.csdn.net/Hello_Hwc/article/details/77096648
swift位枚舉
http://blog.csdn.net/wang631106979/article/details/52369557
SQlite-swift
http://blog.csdn.net/sps900608/article/details/51483738
ios隱私權(quán)限配置
// 相冊(cè)
<key>NSPhotoLibraryUsageDescription</key>
<string>是否允許App訪問(wèn)您的相冊(cè)</string>
// 相機(jī)
<key>NSCameraUsageDescription</key>
<string>是否允許App訪問(wèn)您的相機(jī)</string>
// 位置
<key>NSLocationUsageDescription</key>
<string>是否允許App訪問(wèn)您的位置</string>
// 始終訪問(wèn)位置
<key>NSLocationAlwaysUsageDescription</key>
<string>是否允許App通過(guò)您的地理位置信息獲取您周邊的相關(guān)數(shù)據(jù)</string>
// 在使用期間訪問(wèn)位置
<key>NSLocationWhenInUseUsageDescription</key>
<string>是否允許App通過(guò)您的地理位置信息獲取您周邊的相關(guān)數(shù)據(jù)</string>
// 藍(lán)牙
<key>NSBluetoothPeripheralUsageDescription</key>
<string>是否允許App訪問(wèn)您的藍(lán)牙</string>
// 日歷
<key>NSCalendarsUsageDescription</key>
<string>是否允許App訪問(wèn)您的日歷</string>
// 提醒事項(xiàng)
<key>NSRemindersUsageDescription</key>
<string>是否允許App訪問(wèn)您的提醒事項(xiàng)</string>
// 麥克風(fēng)
<key>NSMicrophoneUsageDescription</key>
<string>是否允許App訪問(wèn)您的麥克風(fēng)</string>
// 媒體資料庫(kù)
<key>NSAppleMusicUsageDescription</key>
<string>是否允許App訪問(wèn)您的媒體資料庫(kù)</string>
// 運(yùn)動(dòng)與健康
<key>NSMotionUsageDescription</key>
<string>是否允許App訪問(wèn)您的運(yùn)動(dòng)與健身</string>
// 健康更新
<key>NSHealthUpdateUsageDescription</key>
<string>是否允許App訪問(wèn)您的健康更新 </string>
// 健康分享
<key>NSHealthShareUsageDescription</key>
<string>是否允許App訪問(wèn)您的健康分享</string>
集成百度地圖遇到的坑
- 1缺少這個(gè)會(huì)報(bào)錯(cuò)libstdc++.6.0.9.tbd
app上架流程
http://blog.csdn.net/hbblzjy/article/details/56280597
iOS中arc引入mrc和mrc引入arc
在ARC項(xiàng)目中引用非ARC文件時(shí),只需要在bulid phases里面配置一下參數(shù)-fno-objc-arc.同樣ARC的文件在MRC中使用只需要配置成-fobjc-arc即可.
ios實(shí)用demo
http://blog.csdn.net/liyunxiangrxm/article/details/52414565
貝塞爾曲線動(dòng)態(tài)圖
sqlite
http://blog.csdn.net/hanfengzqh/article/details/54346865
蘋果內(nèi)購(gòu)
http://www.w2bc.com/article/115403
UIAlertView詳解
https://my.oschina.net/u/2340880/blog/408873?p=1
RSA加密在ios中的使用
https://github.com/HongXiuTanXiang/RSA--IOS.git
charles抓包
RSA加解密,簽名
博客收藏
http://blog.csdn.net/ss_aa_aa/article/details/54966678
貓神
https://onevcat.com/2012/06/introducing-collection-views/
swift3.0字符串
http://blog.csdn.net/qq_26598821/article/details/52625620
數(shù)學(xué)函數(shù)庫(kù)
http://blog.csdn.net/luyuncheng/article/details/8510666
http://classfoo.com/ccby/article/hoTQby
蘋果內(nèi)購(gòu)邏輯
http://www.cnblogs.com/keyan1102/p/5891093.html
https://my.oschina.net/hejunbinlan/blog/721124
p2p連接tcp之間的互聯(lián)
http://www.360doc.com/content/15/1224/18/2036337_522836011.shtml
宏定義
http://blog.csdn.net/freeWayWalker/article/details/50220049
socket
http://blog.csdn.net/qq_30513483/article/details/54089984
UISlider
http://code.cocoachina.com/list/12/1
http://blog.csdn.net/qq_30513483/article/details/51893389
swift
-
available @available
http://m.blog.csdn.net/offbye/article/details/51150952
常用庫(kù)
http://www.360doc.com/content/16/0818/00/27253262_583981949.shtml
ios第三方經(jīng)典框架
http://www.reibang.com/p/c00e44074132
http://blog.csdn.net/u014152276/article/details/52947753
橫豎屏解決方案
https://lvwenhan.com/ios/458.html
oc和swift混合開(kāi)發(fā)
http://qingmang.me/articles/6052118947949478015
手勢(shì)詳解
http://blog.csdn.net/app_ios/article/details/46813903