How to put a UITextField inside of a UITableViewCell (grouped)? I want a user to be able to edit it.
Add the UITextField as an subview of the UITableViewCell's contentView:
UITextField
contentView
[mycell.contentView addSubview:view];
2.1m questions
2.1m answers
60 comments
57.0k users