I\'ve made a UITextView yet there\'s some unwanted spacing:
UITextView
(I\'m drawing the
Have you tried experimenting with textContainerInset?
According to the docs at developer.apple.com, "This property provides text margins for text laid out in the text view." This is new in iOS 7.