I need some serious help on this problem of mine where I need to work a UIView
as an ScrollView
. Below uploaded picture will clear all the doubts.
I have taken four buttons along with a UIView
below them along with 4 container views which I have placed one above the other so as to work along with the four buttons.. What I want now is to work UIView
as an ScrollView
. Whenever I click any button, the View moves forward as well as the it changes the container view. And respective container view shows whenever I click a button.
Hi better you can use UIScrollView instead of UIView like:
And For Handeling button action.