I add in an interface builder a scroll view to the view, and included in this scrollview some labels and a table view.
The problem however is that the stroller doesn’t work and by so, it doesn’t scroll.
The first thing I want to know if I can put table view in a scroll view with some labels? And if yes, what do I need to add?
Make an IBOutlet for your scroll view, then in your view did load method put
Should work.