ok, this is maybe a newbie question but i need help with it.. I have a someview.m and in it a custom cell which is defined in customCell.h and .m So in someview.m i have
Make your UITableView global
UITableView
And in -(BOOL)textFieldShouldReturn:(UITextField *)textField
-(BOOL)textFieldShouldReturn:(UITextField *)textField
add something like:
UITableViewCell *cell = [tableView cellForRowAtIndexPath:TheIndexPath]; [cell printStuff];