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];
1.4m articles
1.4m replys
5 comments
57.0k users