I'm having problems with UIScrollView.
I have a file called: ExhibitionViewController.h / m and nib ExhibitionView.xib in which I placed the UIScrollView.
I have a file called ExhibitionSubViewController.h / .m and ExhibitionSubView.xib that I would like to display in this UIScrollView, and I cannot get it to work.
What will be the correct code for this?
source share