Uitext Content SIze in UI Scroll View , the text in bottom is cut off
问题 I have UIScroll that have uitextview inside it. My apps look like this: rootviewcontroller -> PhoneContentController ( UIScrollView and PageControl ) -> DetailController ( UITextView , UIWebView , UILabel ). My Flow is like this: Set UIScrollView default size -> call DetailController (calculate UITextView and other page inside it in viewDidLoad ) -> PhoneContentController get the total height size from DetailController -> Change the height of UIScrollView This is the code in