Re: UITableViewCell with UITextField
Alex Zavatone
Use an XIB for the subclass of tableViewCell, create a UIOutlet property for the UITextField, assign the subclass to the XIB’s class and wire up the UIOutlet property to the UITextField. Don’t forget to give the UITableViewCell an Identifier keyword.
toggle quoted message
Show quoted text
Make sure to set the tableView to register the subclass for the cell if needed. I can dig up my working source, but it will be about 8 hours. On Sep 26, 2018, at 2:25 AM, Gerriet M. Denkmann <g@...> wrote: |
|