- (void)viewDidLoad {
專注于為中小企業提供做網站、成都做網站服務,電腦端+手機端+微信端的三站合一,更高效的管理,為中小企業襄汾免費做網站提供優質的服務。我們立足成都,凝聚了一批互聯網行業人才,有力地推動了成百上千企業的穩健成長,幫助中小企業通過網站建設實現規模擴充和轉變。
[super viewDidLoad];
self.data = @[@"Camping", @"Water Skiing", @"Weight Lifting", @"Stamp Collecting"];
UITableView *tableView = [[UITableView alloc]initWithFrame:CGRectMake(0, 20, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.height - 20) style:UITableViewStylePlain];
tableView.delegate = self;
tableView.dataSource = self;
// 設置表視圖的頭部視圖
UIView *headerView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, 50)];
UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(([UIScreen mainScreen].bounds.size.width - 130)/2, 0, 150, 50)];
label.text = @"HeaderFooter";
label.textColor = [UIColor whiteColor];
[headerView addSubview:label];
headerView.backgroundColor = [UIColor cyanColor];
tableView.tableHeaderView = headerView;
[self.view addSubview:tableView];
}
#pragma mark -UITableViewDataSource
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
return self.data.count;
}
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
UITableViewCell *cell = [[UITableViewCell alloc]initWithStyle:UITableViewCellStyleDefault reuseIdentifier:nil];
cell.textLabel.text = (NSString *)self.data[indexPath.row];
return cell;
}
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{
return @"Johnny Appleseed";
}
- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section{
return @"wrewrwer";
}
//自定義section頭部視圖
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section{
UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0,0, 120)];
view.backgroundColor = [UIColor grayColor];
UIImageView *imgView = [[UIImageView alloc]initWithFrame:CGRectMake(10, 20, 70, 70)];
imgView.backgroundColor = [UIColor lightGrayColor];
imgView.p_w_picpath = [UIImage p_w_picpathNamed:@"home_tab_icon_4.png"];
[view addSubview:imgView];
UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(85, 20, 200, 70)];
label.font = [UIFont boldSystemFontOfSize:16];
label.text = @"Johnny Appleseed";
UILabel *label1 = [[UILabel alloc]initWithFrame:CGRectMake(10, 80, 200, 50)];
label1.text = @"Hobby Information:";
[view addSubview:label1];
[view addSubview:label];
return view;
}
- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section{
//添加view
UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 0, 100)];
view.backgroundColor = [UIColor grayColor];
//添btn1
UIButton *btn1 = [UIButton buttonWithType:UIButtonTypeCustom];
btn1.frame = CGRectMake(([UIScreen mainScreen].bounds.size.width - 240)/3, 30, 120, 40);
[btn1 setTitle:@"Button1" forState:UIControlStateNormal];
[btn1 setTitleColor:[UIColor blueColor] forState:UIControlStateNormal];
btn1.backgroundColor = [UIColor whiteColor];
[view addSubview:btn1];
//添加btn2
UIButton *btn2 = [UIButton buttonWithType:UIButtonTypeCustom];
btn2.frame = CGRectMake(([UIScreen mainScreen].bounds.size.width - 240)/3 *2 + 120, 30, 120, 40);
[btn2 setTitle:@"Button1" forState:UIControlStateNormal];
[btn2 setTitleColor:[UIColor blueColor] forState:UIControlStateNormal];
btn2.backgroundColor = [UIColor whiteColor];
[view addSubview:btn2];
return view;
}
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 120;
}
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
return 100;
}
創新互聯www.cdcxhl.cn,專業提供香港、美國云服務器,動態BGP最優骨干路由自動選擇,持續穩定高效的網絡助力業務部署。公司持有工信部辦法的idc、isp許可證, 機房獨有T級流量清洗系統配攻擊溯源,準確進行流量調度,確保服務器高可用性。佳節活動現已開啟,新人活動云服務器買多久送多久。
新聞標題:UI中的表視圖用法-創新互聯
路徑分享:http://vcdvsql.cn/article26/dihhcg.html
成都網站建設公司_創新互聯,為您提供網站設計、網頁設計公司、電子商務、小程序開發、面包屑導航、定制開發
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯