I'm c开发者_Python百科reating an app that shows a list of items one by one on the screen. Each item will have a name and phone number, and will be displayed in a view called person view
. My project is similar to the iPod music player view:
However, instead of showing the album image, I want to show my person view
. Could someone explain me how to achieve the navigation when the user hits |<<
or >>|
? Also, how can I build a similar view? Any code snippet/blueprint would be quite helpful. Thanks!
One thing to keep in mind is that Apple's app store review guidelines contain advice that apps that reproduce iPod controls may be rejected. My guess is that this is probably meant more to discourage apps from using a control like the traditional iPod jog wheel, but it's something you may want to be careful about.
精彩评论