I am a beginner, I need to know how I can put in a UIScrollView multiple pages. These pages should contain interactive elements such as buttons,video and also text and images. I would appreciate any link to a tutorial or some clue that you could give me.
Regards.
pagingEnabled
property toYES
contentSize
propertyX * width
wide if you want horizontal paging or `X * height' tall if you want vertical paging.X is a number of pages, starting with 0.
Here is a sample with 5 horizontal pages.
Sounds like page control is the one that you are looking for.
Here is the link with sample code: LiNk
You need to set 2 properties on your
UIScrollView
in order to have a smooth paging scroll.