Re: UITableViewCell with UITextField
Alex Zavatone
Try adding nonatomic and strong to your property.
toggle quoted messageShow 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@mdenkmann.de> wrote:On 26 Sep 2018, at 14:30, Alex Zavatone via Groups.Io <zav=mac.com@groups.io> wrote:
|
|