How can i add UIScrollView to _stepViewControllerContainer ?
Hi, I want to add a scrollview under to stepBar ( _stepViewControllerContainer ).
I add it programmatically but it didn't scrolled.
How can i do that?
Hi there!
I'm not really sure what you are trying to achieve. Can you give me some more details? Do you have started a demo project showing the problem you encountered when adding the UIScrollView?
Best regards, Roland
Firstly, Sorry for my bad English.
I will create screens dynamicly and I have to use only one ViewControllers .I add a bottom bar with 2 button(Previous page <-> Next page). You will see a screenshot below. I want to add a scroolView inside to red rectangel. So i will change page using with next-previous buttons.
