2014年10月23日

摘要: UILabel *cover = [[UILabel alloc] init]; cover.frame = CGRectMake(0, 0, 150, 30); cover.center = CGPointMake(self.view.frame.size.width * 0.5, self.... 阅读全文
posted @ 2014-10-23 15:41 林源 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2014-10-23 15:23 林源 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1 UITableView 2 UITableView内置了两种样式:UITableViewStylePlain,UITableViewStyleGrouped 3 4 里的方法: 5 tableView处理步骤 6 #pragma mark 1.有多少组 7 - (NSInteg... 阅读全文
posted @ 2014-10-23 14:59 林源 阅读(300) 评论(0) 推荐(0) 编辑

导航