Abhinav
Abhinav

Reputation: 38152

Developing a swipe and view change iPhone application

I am trying to develop an application whose view closely matches with groupon app. User should be able to swipe on the screen and the entire screen changes with top pointer pointing to different tool bar entity.

Any pointer of how to go about it?

Upvotes: 1

Views: 325

Answers (2)

Mário Carvalho
Mário Carvalho

Reputation: 3125

Take a look at UIScrollView Reference and PageControl Reference from Apple Guides

Hope it helps, Mário

Upvotes: 1

jcesarmobile
jcesarmobile

Reputation: 53301

Looks like a pagecontrol+scrollerview The complex part is making the toolbar elements move when you are changing the page at a different speed

Upvotes: 0

Related Questions