Re: UITableViewCell with UITextField
Alex Zavatone
Try adding nonatomic and strong to your property.
toggle quoted message
Show quoted text
@property (nonatomic, strong) IBOutlet UITextField *textField; Also, did you set the XIB in the storyboard to your subclass and drag the UITextField to your property? On Sep 26, 2018, at 4:25 AM, Gerriet M. Denkmann <g@...> wrote:On 26 Sep 2018, at 14:30, Alex Zavatone via Groups.Io <zav@...> wrote: |
|