摘要: NSArray *imageArr = @[@[@"查看地图",@"map_hy.png"], @[@"联系号码",@"phone_hy.png"], @[@"我要咨询... 阅读全文
posted @ 2016-01-18 18:06 LeoMabi 阅读(156) 评论(0) 推荐(0)
摘要: tableviewName.tableFooterView = [[UIView alloc]initWithFrame:CGRectZero]; 阅读全文
posted @ 2016-01-18 18:03 LeoMabi 阅读(112) 评论(0) 推荐(0)
摘要: - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{ if (section == 3) { return 0; } return 10;}... 阅读全文
posted @ 2016-01-18 18:02 LeoMabi 阅读(190) 评论(0) 推荐(0)
摘要: headimageView=[[UIImageView alloc] initWithFrame:CGRectMake(0, 0, DEVW, DEVW/2)]; headimageView.contentMode = UIViewContentModeScaleAspectFit; ... 阅读全文
posted @ 2016-01-18 15:22 LeoMabi 阅读(366) 评论(0) 推荐(0)