iOS Question TextView

yaqoob

Active Member
Licensed User
Longtime User
Hi,

I have a Textview. When I key in data, it shows the data in one line. My question how to make Textview multiline in Designer or through the program.

Thank you.
 

yaqoob

Active Member
Licensed User
Longtime User
The program is big. I will write a small example and come back. But my question is there is a check button in the designer or through programming to set Multiline or Wrap text property for TextView.
 
Upvote 0

yaqoob

Active Member
Licensed User
Longtime User
Hi,
I found the problem. In the designer, the variable was defined as TextView, in the application, it was defined as TextField.

Thank you all for support
 
Upvote 0
Top