I am having a UiTextView in That I want to Justified the text can anyone help me to do that
A:
it doesnt look like its currently available with just the standard api's but here is a relatable stackoverflow solution.
http://stackoverflow.com/questions/2544905/how-to-change-an-uilabel-uifonts-letter-spacing
brian brinley
2010-10-19 12:51:10
+1
A:
Use the property textAlignment
to adjust this; for example:
textField.textAlignment = UITextAlignmentCenter;
petert
2010-10-19 12:51:27