
iOS第三方框架
文章平均质量分 87
安哥iOS
这个作者很懒,什么都没留下…
展开
-
CocoaPods安装和使用教程
当当原创 2014-10-30 22:31:40 · 219 阅读 · 0 评论 -
AFNetworking 2.0
AFNetworking github网址: https://github.com/AFNetworking/AFNetworking/AFNetworking 官网 :http://afnetworking.com HTTP Request Operation ManagerHTTP Request Operation Manager 封装了通过HTTP协议与We原创 2014-12-11 12:07:11 · 214 阅读 · 0 评论 -
SQLite3 iOS代码参考
SQLite3 iOS代码参考#import "ViewController.h"#import @interface ViewController ()- (IBAction)createTabelAction:(UIButton *)sender;- (IBAction)insertDataAction:(UIButton *)sender;- (IBAction)selec原创 2015-01-25 12:05:42 · 221 阅读 · 0 评论 -
ZBar 自定义二维码
ZBar 自定义二维码#import "RNQRCodeViewController.h"#import "ZBarSDK.h"#define kScanViewEdgeTop 40#define kScanViewEdgeLeft 50#define kTintColorAlpha 0.2#define kDarkColorAlpha 0.5#define kScree原创 2015-01-24 15:17:21 · 167 阅读 · 0 评论