I have a TableView, "events" that segues to another TableView, "attendees". Each has a + (new) button and that works fine. But I'm using a disclosure triangle to indicate that there is more. In the case of "attendees", it's details about the attendee. In the case of "events" it's the list of attendees.
My question is, what is the Apple-recommended (or you-recommended) way of editing an entry in the "events" table, given that touch segues to attendees. I considered using detail-disclosure, but that seemed a bit clunky.
Does anything come to mind or is there a good place for further reading about multi-level hierarchies like this? Note: swipe-left to edit is not enough of a hint for my users. They just won't find it reliably.
Thanks