摘要: 1 - (void)viewDidLoad 2 { 3 @autoreleasepool 4 { 6 NSArray *array = @[ 7 8 [[UIViewController alloc]init], 9 @"toolbar_talk", 10 @"XX", 11 ... 阅读全文
posted @ 2013-12-06 11:37 话题 阅读(824) 评论(0) 推荐(0)
摘要: 1 - (void)viewDidLoad 2 { 3 @autoreleasepool 4 { 5 FMRecentlyUpdateViewController *rectUploadVC = [[FMRecentlyUpdateViewController alloc]init]; 6 NSArray *array = @[ 7 8 [[UIViewController alloc]init], 9 ... 阅读全文
posted @ 2013-12-06 11:01 话题 阅读(959) 评论(0) 推荐(0)
摘要: 通过方法提取出勒的所有属性,赋值废话不多说,直接看代码:#import #import @interface FMBaseData : NSObject/* *得到属性列表 */- (NSArray *)getPropertyList;- (NSArray *)getPropertyList: (Class)clazz;/* *创建数据库的sql语句 */- (NSString *)tableSql:(NSString *)tablename;/* *根据类名字创建数据库 */- (NSString *)tableSql;/* *把类型转为字典 */- (NSDictionary *)conv 阅读全文
posted @ 2013-12-06 10:18 话题 阅读(359) 评论(0) 推荐(0)