I have a UITextView in my iOS application, which displays a large amount of text.
I am then paging this text by using the offset margin parameter of the UITextView.
My problem is that the padding of the UITextView is confusing my calculations as it seems to be different depending on the font size and typeface that I use.
Is it possible to remove the padding surrounding the content of the UITextView?