Hi,
I'm trying to use a UIScrollView as a UITextView, except it will have a logo at the top (thus I can not use UITextView directly).
In other words; I will have a UIScrollView with a UIImage and a UITextView in it. The content for the textView is localized and liable to change, so I can not hardcode the height of it. Is there any way to get the "this is how big this field should be to fit all the text"-value so I can properly calculate the neede height of the UIScrollView?
Thanks