不疯不成魔

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年9月13日

摘要: AppDelegate.m- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { /** 沙盒中文件夹: 1.Do... 阅读全文
posted @ 2015-09-13 22:06 不疯不成魔 阅读(3443) 评论(0) 推荐(0) 编辑

摘要: 第一种从资源包中加载cellstatic NSString *identifier = @"resuse"; EditCell *cell = [tableView dequeueReusableCellWithIdentifier:identifier]; if(!cell){ ... 阅读全文
posted @ 2015-09-13 21:45 不疯不成魔 阅读(414) 评论(0) 推荐(0) 编辑

摘要: RootViewController.m#import "RootViewController.h"#import "UIImage+UIImageScale.h"@interface RootViewController ()@property (nonatomic, retain) NSArra... 阅读全文
posted @ 2015-09-13 21:32 不疯不成魔 阅读(532) 评论(0) 推荐(0) 编辑

摘要: #import "ViewController.h"#import "SecondViewController.h"@interface ViewController ()@property (retain, nonatomic) IBOutlet UITextField *textField;@e... 阅读全文
posted @ 2015-09-13 21:20 不疯不成魔 阅读(414) 评论(0) 推荐(0) 编辑

摘要: 第三方SAT解析#import "SAXTableViewController.h"#import "Student.h"@interface SAXTableViewController ()@property (nonatomic, retain) NSMutableArray *dataSou... 阅读全文
posted @ 2015-09-13 20:51 不疯不成魔 阅读(316) 评论(0) 推荐(0) 编辑

摘要: 1.用到的一些第三方PostTableViewController.m#import "PostTableViewController.h"@interface PostTableViewController ()@property(nonatomic,retain) NSArray *dataAr... 阅读全文
posted @ 2015-09-13 20:33 不疯不成魔 阅读(282) 评论(0) 推荐(0) 编辑

摘要: ContactListController.m#import "ContactListController.h"#import "FMDatabase.h" // 第三方数据库操作类#import "ContactCell.h"#import "DetailViewController.h"#imp... 阅读全文
posted @ 2015-09-13 20:29 不疯不成魔 阅读(267) 评论(1) 推荐(0) 编辑