Am using a customized UITextView in a customized UIScroll View, where I display lots of text in the text view.
The text view is stretched as long as it is needed and added as a subview to the scroll view. text views scroll enabled property is set to no.
So when i scroll the scroll view, my textview content appears. but at times, the text disappears when i scroll. when i touch the view, or if the scroll stops, the text appears.
have seen threads reg this. but i couldn find a solution.
The text view is stretched as long as it is needed and added as a subview to the scroll view. text views scroll enabled property is set to no.
So when i scroll the scroll view, my textview content appears. but at times, the text disappears when i scroll. when i touch the view, or if the scroll stops, the text appears.
have seen threads reg this. but i couldn find a solution.