草庐IT

detailArray

全部标签

iphone - 想要在表格中显示数组值

表格View:-(NSInteger)numberOfSectionsInTableView:(UITableView*)tableView{return1;}-(NSInteger)tableView:(UITableView*)tablenumberOfRowsInSection:(NSInteger)section{return[self.detailArraycount];}-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{stati