SJ Reddy
SJ Reddy

Reputation: 577

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?

Upvotes: 0

Views: 52

Answers (1)

worriorbg
worriorbg

Reputation: 351

You need to put these views in a UIScrollView for the viewController's content to be scrollable.

Upvotes: 1

Related Questions