收藏01

作者: AntKing | 来源:发表于2017-08-15 19:03 被阅读0次

swift库
http://www.cnblogs.com/damnbird/p/6892572.html

喵神

https://onevcat.com/#blog

请于伏案
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

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

cell重用和高度计算

http://blog.sunnyxx.com/2015/05/17/cell-height-calculation/

相关文章

  • 收藏01

    swift库http://www.cnblogs.com/damnbird/p/6892572.html 喵神 h...

  • 01收藏

    记忆力变得越来越差了。记忆开始变成一块正在掉渣的饼干-云,一点点掉落,脑子里开始下雪,就像一台屏幕上开始出现雪花点...

  • 每日收藏01

    唯有去过远方,才懂父母情长, 唯有扎根泥土,才可饱满金黄, 唯有不忘出身,才会活得敞亮。 穷人家的孩子,要活成麦子...

  • 01#收藏#分享

  • 收藏有毒,趁早戒除

    01、 我们每个人都在电脑、手机、网络收藏了无数的学习资料,或者说“干货”。我们收藏得越来越多,但是学习、利用得却...

  • Best screenshot soft for Linux

    作者:Ankush Das译者:LCTTHank Chow | 2018-10-01 21:15收藏:1 有几种获...

  • SQLAlchemy之查询

    whyfail 2020-01-21 22:29:59 127 收藏分类专栏: Flask框架(3)——Fla...

  • CentOS6.9安装Hive

    参考收藏文章搭建:https://blog.csdn.net/andyguan01_2/article/detai...

  • “前端程序员的一些有学习借鉴作用的网站”

    记录并分享自己收藏夹中的一些网页 2017-01-22 01. vue-google-map https://gi...

  • 那有什么收藏癖,不过是怀旧

    那有什么收藏癖,不过是怀旧 文/帅小帅 图/网络 01 “我有许多平凡的收藏,它们在价格上不能以金钱来衡量,在数量...

网友评论

      本文标题:收藏01

      本文链接:https://www.haomeiwen.com/subject/qdvvrxtx.html