I want to create a scrollView having many sub views as shown in image.
All views having a labels & image within it. Number of views add in scrollView are dynamic. And data of that views is also dynamic.
So that I can't make a static view in program and use it for display.
I want to make scrollview's subview like TableView with custom cells. Like make a object of that TableViewCell and use it.
Can I use ViewController for that?