swift库
http://www.cnblogs.com/damnbird/p/6892572.html
喵神
请于伏案
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隐私权限配置
// 相册
<key>NSPhotoLibraryUsageDescription</key>
<string>是否允许App访问您的相册</string>
// 相机
<key>NSCameraUsageDescription</key>
<string>是否允许App访问您的相机</string>
// 位置
<key>NSLocationUsageDescription</key>
<string>是否允许App访问您的位置</string>
// 始终访问位置
<key>NSLocationAlwaysUsageDescription</key>
<string>是否允许App通过您的地理位置信息获取您周边的相关数据</string>
// 在使用期间访问位置
<key>NSLocationWhenInUseUsageDescription</key>
<string>是否允许App通过您的地理位置信息获取您周边的相关数据</string>
// 蓝牙
<key>NSBluetoothPeripheralUsageDescription</key>
<string>是否允许App访问您的蓝牙</string>
// 日历
<key>NSCalendarsUsageDescription</key>
<string>是否允许App访问您的日历</string>
// 提醒事项
<key>NSRemindersUsageDescription</key>
<string>是否允许App访问您的提醒事项</string>
// 麦克风
<key>NSMicrophoneUsageDescription</key>
<string>是否允许App访问您的麦克风</string>
// 媒体资料库
<key>NSAppleMusicUsageDescription</key>
<string>是否允许App访问您的媒体资料库</string>
// 运动与健康
<key>NSMotionUsageDescription</key>
<string>是否允许App访问您的运动与健身</string>
// 健康更新
<key>NSHealthUpdateUsageDescription</key>
<string>是否允许App访问您的健康更新 </string>
// 健康分享
<key>NSHealthShareUsageDescription</key>
<string>是否允许App访问您的健康分享</string>
集成百度地图遇到的坑
- 1缺少这个会报错libstdc++.6.0.9.tbd
app上架流程
http://blog.csdn.net/hbblzjy/article/details/56280597
iOS中arc引入mrc和mrc引入arc
在ARC项目中引用非ARC文件时,只需要在bulid phases里面配置一下参数-fno-objc-arc.同样ARC的文件在MRC中使用只需要配置成-fobjc-arc即可.
ios实用demo
http://blog.csdn.net/liyunxiangrxm/article/details/52414565
贝塞尔曲线动态图
sqlite
http://blog.csdn.net/hanfengzqh/article/details/54346865
苹果内购
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
数学函数库
http://blog.csdn.net/luyuncheng/article/details/8510666
http://classfoo.com/ccby/article/hoTQby
苹果内购逻辑
http://www.cnblogs.com/keyan1102/p/5891093.html
https://my.oschina.net/hejunbinlan/blog/721124
p2p连接tcp之间的互联
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
常用库
http://www.360doc.com/content/16/0818/00/27253262_583981949.shtml
ios第三方经典框架
http://www.jianshu.com/p/c00e44074132
http://blog.csdn.net/u014152276/article/details/52947753
横竖屏解决方案
https://lvwenhan.com/ios/458.html
oc和swift混合开发
http://qingmang.me/articles/6052118947949478015
手势详解
http://blog.csdn.net/app_ios/article/details/46813903
网友评论