I have UITextView
, UIImageView
, UILabel
inside UIScroll
View. I made that UITextView
height equals its content and made scrollEnabled = false
. UIScrollView
scrolling not all content. I want that UIScrollView
scrolling all content inside it. I want to make DetailViewController
as in news applications. How do I make it?
How to make UIScrollView scrolling all content inside it
76 views Asked by Alexander Khitev At
1
I found a solve, I ctr-drag from
UITextView
Height constraint to DetailViewController and made following