UI中的表視圖用法-創(chuàng)新互聯(lián)

- (void)viewDidLoad {

專注于為中小企業(yè)提供做網(wǎng)站、成都做網(wǎng)站服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)襄汾免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了成百上千企業(yè)的穩(wěn)健成長(zhǎng),幫助中小企業(yè)通過網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。

 

  [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;

 

 

  // 設(shè)置表視圖的頭部視圖

  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;

}


創(chuàng)新互聯(lián)www.cdcxhl.cn,專業(yè)提供香港、美國(guó)云服務(wù)器,動(dòng)態(tài)BGP最優(yōu)骨干路由自動(dòng)選擇,持續(xù)穩(wěn)定高效的網(wǎng)絡(luò)助力業(yè)務(wù)部署。公司持有工信部辦法的idc、isp許可證, 機(jī)房獨(dú)有T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確進(jìn)行流量調(diào)度,確保服務(wù)器高可用性。佳節(jié)活動(dòng)現(xiàn)已開啟,新人活動(dòng)云服務(wù)器買多久送多久。

新聞標(biāo)題:UI中的表視圖用法-創(chuàng)新互聯(lián)
路徑分享:http://bm7419.com/article26/dihhcg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站設(shè)計(jì)、網(wǎng)頁(yè)設(shè)計(jì)公司電子商務(wù)、小程序開發(fā)、面包屑導(dǎo)航定制開發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

成都seo排名網(wǎng)站優(yōu)化