iphone-对手机的引用

iphone-对手机的引用,iphone,Iphone,我在里面 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { 在这一点上,我有了deindexath和tableView。如何获取对indexPath表示的UICell对象的引用 谢谢 UITableViewCell* cell = [tableView cellForRowAtIndexPath:indexPath];

我在里面

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
在这一点上,我有了deindexath和tableView。如何获取对indexPath表示的UICell对象的引用

谢谢

UITableViewCell* cell = [tableView cellForRowAtIndexPath:indexPath];