2 textViews in a view controller, but the view controller is not scrolling?
I have 2 textViews in a viewController the 2nd textview is larger then screen开发者_如何转开发, and the ViewController is not scrolling?
You need to put these views in a UIScrollView for the viewController's content to be scrollable.
精彩评论