In iOS app development, sometime we need to add Textfields, textviews, labels etc programmatically. It gives you control over customizing styles, size and position of them. I’m going to place …
Tag: UITextField
How to customise UITextField in SWIFT 4.0?
Requirements:
Operating System: OS X 10.9.4+
IDE: Xcode 9
Level: Beginner to intermediate.
In my previous article I showed you how to customise UIButton. Here I’ll discuss about changing the look and feel of Text …