iphone - Swipe to change views -


is following easy code?

i have tableview , when user selects cell detail view loaded. want allow user navigate throughout items/detail-view representing items in tableview left , right swipes, working in same way e.g. home-screen of iphone (e.g. while swiping, 1 page moving off screen , next appears).

i have seen implemented in mobilerss-app, possible, have hard-time figuring out way properly.

thanks million in advance! still trying find feet cocoa-touch...

this not secret, apple provides sample code called pagecontrol demonstrates want achieve:

this application demonstrates use of uiscrollview's paging functionality use horizontal scrolling mechanism navigating between different pages of content.

i implemented in many of apps.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -