Iam developing one application.In that i use the textviews.IN that textviews there is a some gap between textview starting point and text.So please tell me how to decrease that gap.
Iam developing one application.In that i use the textviews.IN that textviews there is a
Share
Use the setContentInset message on the UITextView object and play around with the value passed to setContentInset as parameter. An example:
Where yourTextView is your UITextView object.