I have a UITextView
inside a UIScrollView
that worked perfectly fine on iOS 6
built from xcode 4.x
, however now building with
for response to "Thanks, but this doesn't seem to address my issue. I am using both flexible width and height. It seems like i'm getting the correct dimensions returned as the textview scrolls enough in both directions, however the text itself is still being wordwrapped."
I fixed this by [textView sizeToFit];