Accessing cell attributes outside of cellForRowAtIndexPath

后端 未结 5 1326
既然无缘
既然无缘 2021-01-18 09:56

I have five fields setup on a Signup controller. Username, displayname, password, confirm password and email address.

They are setup with the following:



        
5条回答
  •  天命终不由人
    2021-01-18 10:19

    Just call [self tableView:self.tableView cellForRowAtIndexPath:indexPath]. It will return the cell at the given index path.

提交回复
热议问题