I want a centre aligned text in a UITextView. Just like Whatsapp Type a status page.
Asked
Active
Viewed 509 times
2
-
what you have tried ? – ColeX Sep 14 '17 at 02:40
-
refer to https://stackoverflow.com/questions/19468417/ios-7-uitextview-vertical-alignment – ColeX Sep 14 '17 at 02:52
-
1@ColeXia I have done it by making the textview transparent and on the text changed event of textview I have added the textview text to a label and label can be placed at the centre – Hemil Modi Sep 14 '17 at 03:58
-
why don't you use label directly? – ColeX Sep 14 '17 at 04:01
-
1@ColeXia But then, where would I write ?? I need to open keyboard on tap – Hemil Modi Sep 14 '17 at 04:09
-
okay, i got it. – ColeX Sep 14 '17 at 04:10