How to create IBOutlet collection pragmatically (swift4)

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