I have a UITextField, that I had customized in my firstViewController.
Now I wan’t it to have the same behavior on the other ViewControllers.
Is there anyway to import all the properties on a IBOutlet?
I have a UITextField, that I had customized in my firstViewController. Now I wan’t
Share
simple create your own Customclass and set the property in the constructor.
if your create a new Textfield, create the object with your custom class: