Quote:
Originally Posted by shadowJohnny
Hi!
1. The contentSize of a ScrollView defines exactly what it says: the width and the height of your ScrollView content. E.g. if your ScrollView has a size of 320x480 and your contentSize has a size of 320x580, you can scroll 100px down in the ScrollView because the content is 100px higher than the frame.
|
I set the scrollview size in such way it contains both the textfield and the visible part of the textview, then I set the scrollview content size a little bit higher of the scrollview size. I succeed in seeing the scrollbar and it seems of the right size, but I can view only one line of the textview. There is a white part that covers the textview.