I want to customise one UITextField for some reason. So currently I subclassed it and added few methods.
Instead of that can I use extension over UITextField ? Which is
Swift extensions can't be overridden. So If you would like to create a testing purpose subclasses then you will be limited.