摘要:
UILabel *cover = [[UILabel alloc] init]; cover.frame = CGRectMake(0, 0, 150, 30); cover.center = CGPointMake(self.view.frame.size.width * 0.5, self.... 阅读全文
摘要:
1 // 2 3 // AppDelegate.m 4 5 // AppDelegate 6 7 // 8 9 // Created by apple on 13-7-10. 10 11 // Copyright (c) 2013年 itcast. All ri... 阅读全文
摘要:
1 UITableView 2 UITableView内置了两种样式:UITableViewStylePlain,UITableViewStyleGrouped 3 4 里的方法: 5 tableView处理步骤 6 #pragma mark 1.有多少组 7 - (NSInteg... 阅读全文