上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: -------------------------------------基本操作-------------------------------------#import "ViewController.h"#import "FMDB.h" @interface ViewController () ... 阅读全文
posted @ 2015-08-11 20:31 汤冉阳 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1.数据类型 ● SQLite将数据划分为以下⼏几种存储类型: ● integer : 整型值 ● real : 浮点值 ... 阅读全文
posted @ 2015-08-11 20:26 汤冉阳 阅读(333) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; [sel... 阅读全文
posted @ 2015-08-10 15:58 汤冉阳 阅读(174) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; //[self... 阅读全文
posted @ 2015-08-10 15:54 汤冉阳 阅读(121) 评论(0) 推荐(0) 编辑
摘要: iOS常用框架汇总: SVProgressHUD:产生覆盖层,禁止某种操作 SDWebImage: 专业下载图片框架 AFN:网络数据请求框架 MJExtension,模型对象之间互转第三方分享第三方登录:diplomat(外交官) 图片墙方法轮播浏览器: SDPhotoBrowser f... 阅读全文
posted @ 2015-08-08 19:52 汤冉阳 阅读(218) 评论(0) 推荐(0) 编辑
摘要: #import #import @interface MYOperation : NSOperation @end#import "MYOperation.h" @implementation MYOperation -(void)main { //不管是ARC还是MRC一定要用autor... 阅读全文
posted @ 2015-08-08 19:12 汤冉阳 阅读(301) 评论(0) 推荐(0) 编辑
摘要: #import @class MYOperation; @protocol MYOperationDelecate -(void)operationWithStr:(UIImage*)str; @end @interface MYOperation : NSOperation@proper... 阅读全文
posted @ 2015-08-08 19:05 汤冉阳 阅读(175) 评论(0) 推荐(0) 编辑
摘要: #import @interface RYSingleExample : NSObject +(instancetype)singleExample; @end#import "RYSingleExample.h" static id _single; @implementation RYS... 阅读全文
posted @ 2015-08-08 18:48 汤冉阳 阅读(224) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController () @property(nonatomic,strong)NSThread *thread1; @property(nonatomic,strong)NSThread *thread2; ... 阅读全文
posted @ 2015-08-08 18:42 汤冉阳 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 要往scrollView里面添加子控件--从向往下排 0.设置scrollView的上下左右约束距离控制器view边距为零(确定frame的大小) 1.要往scrollView添加一个内容View 2.约束内容的View左上右边距离父控件为0 3.约束死内容的View的高度 4.... 阅读全文
posted @ 2015-08-08 15:33 汤冉阳 阅读(370) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页