iOS Question FloatLabeledTextField Wrap Text

tufanv

Expert
Licensed User
Longtime User
Hello

I set the floatlabeledtext to multiline. But when i type into it , it goes to indefinite to right instead of going to next line. How can i do it ?

TY
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,

a TextField is one-line only and as FloatLabeledTextField inherits from TextField and is a objectwrapper for the UITextField, I thinks it's not possible to set multiline. But there exists also a FloatLabeledTextView for Objective-C.

Jan
 
Upvote 0
Top