Reputation: 577
I have 2 textViews in a viewController the 2nd textview is larger then screen, and the ViewController is not scrolling?
Upvotes: 0
Views: 52
Reputation: 351
You need to put these views in a UIScrollView for the viewController's content to be scrollable.
Upvotes: 1