您使用<代码>indexPath row and section来确定并返还电池的高度。
All of the methods related to UITableViewController
give you an indexPath
that will correspond to the cell when asking for specific information. For example, when asking for the actual cell to return:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
What to do when a cell was selected:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
Height of the cell:
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
还有一些。 查阅<代码>可检索的密码,以便检索关于其如何作为<条码>代谢<>代码/代码>和<条码>在<条码>上运行的密码>。
http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/"rel=“nofollow noreferer” http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/