01 2015 档案

摘要:创建一个tableView视图,然后把这个视图界面添加到主界面上。_tableView = [[UITableView alloc]initWithFrame:CGRectMake(0, 20, [UIScreen mainScreen].bounds.size.width,[UIScreen ma... 阅读全文
posted @ 2015-01-28 09:29 AbeDay 阅读(190) 评论(0) 推荐(0)
摘要:这建立一个滚动视图,首先我们建立需要的属性@property (strong,nonatomic)UIScrollView *scrollView;@property (strong,nonatomic)NSMutableArray *slideImages;@property (strong,no... 阅读全文
posted @ 2015-01-26 15:00 AbeDay 阅读(168) 评论(0) 推荐(0)