Aug 24, 2017 · 1 min read
That’s awesome. Thanks for reading. :)
Well, the ProfileView is a UIView. You could make a UIView scrollable but that’s not what a UIView is for. If you want the whole view to be scrollable, you can change ProfileView to be a UIScrollView, and you’ll get all the scrolling features. If you just want a section of the ProfileView to be scrollable, you can add a UIScrollView as one of the subViews of ProfileView.
Hope that helps!
