I'm kinda new to iOS and iPhone aswell, and don't have much experience with how the apps usually respond to events.
What my question is; when a user taps the detail accessory button in a table view, what should I do? What does the apps usually show?
Almost the only logic response I can think of is:
- Open an alert-view with the info i want to present.
Is this considered the "right approach"? Will the normal iOS-user feel comfortable with this?
EDIT:
Also, I just found out. The actual "Details" accessory button only seems to be shown in iOS7?! If I want backwards compatibility with this, I guess i have to go for the details disclosure button, which has the little arrow next to it. This is wierd. What is the difference between the details disclosure and the details accessory?