I have a controller view, that includes, (image, and text).
the two components are in UIScrollView
, the image is UIImageView
, and the text is UITextView
(scroll is enabled). while i am trying to scroll the whole screen, the text doesn't scroll with it, because it has its own scroll.
what I need is to scroll the text with the whole screen scroller. (Merge the scroll of the text with the scroll of the whole one).
should I change the type of text to label instead of textview or what should I do exactly?
Thank You,
use this method :
just add this code in you
viewWillAppear:
method if text toUITextView
are assign at Load time..For Ex.