i'm working on a project(Swift4,Xcode 9.2)
which has a feature to get text input and the blinking bar/line should be of big size (it should be Square instead of bar/line)
, so i placed a UITextField
for Text but i don't understand how to change the size of that blinking line/bar.
So, is it possible to change the size of line/bar? and if Yes then how to do it? i know how to change the color of that line/bar but this is something different.