hi @timswift,
your textfields need to be @IBOutlet prefixed to connect to IB. Secondly if you want to create a textfield from code, then you need to also add it to the subviews collection.
cheers,
Jayant
hi @timswift,
your textfields need to be @IBOutlet prefixed to connect to IB. Secondly if you want to create a textfield from code, then you need to also add it to the subviews collection.
cheers,
Jayant