In the documentation, UIScrollView inherits from UIView. If that is true, why doesn’t UIScrollView have a view property? As in
self.scrollView.view addSubview
I get the error that view is not a property of UIScrollView. I thought if you inherit from a superclass you get those properties as well? Sorry for the noob question… Thanks.
To add a subview to an UISCrollView you just have to do: