Get next record with Core Data
Posted
by Sebastian
on Stack Overflow
See other posts from Stack Overflow
or by Sebastian
Published on 2010-06-02T11:59:43Z
Indexed on
2010/06/02
12:14 UTC
Read the original article
Hit count: 394
Hey, I have a tableview which content is managed through core data. When I select a row, a details view is pushed in and shows more information. How can I jump to the next record (the one below the one I selected in the tableview before) through a "next" button in the view ? Same for a previous button, but that should be very similar ...
thx a lot ! Sebastian
© Stack Overflow or respective owner