http://www.jianshu.com/p/c8e86f62687a
IP属地:海南
http://www.jianshu.com/p/c8e86f62687a
一.微信支付(具体参考:https://open.weixin.qq.com/cgi-bin/frame?t=home/app_tmpl&lang=zh_CN) <1>.使用...
一.在iOS中使用Sqlite的条件: <1>.导入FMDB第三方库。 <2>.导入libsqlite3.tbd系统库。 二.使用步骤: <1>.FMDB导入一个封装的多线程...
使用delegate在设计模式中是多个对象组合使用,当对象1发生有数据发生改变时,使用delegate进行通知。 创建过程: 1.在通用类中创建delegate @p...
第一:现在项目中导入CoreBluetooth.framework框架。 第二:蓝牙的使用。 在使用的类中导入#import<CoreBluetooth/CoreBlueto...