Menu

#558 Persistence for tableviews

iphone_1.10
open
feature (94)
5
2020-06-27
2017-06-17
No

The UITableView and UITableViewController provide interfaces to preserve the currently selected row and the first visible row. See details at the API documentation for UITableView, section State Preservation (restorationIdentifier, UIDataSourceModelAssociation), and the App Proramming Guide for iOS.
In the past we had calculated the first visible row at application shutdown time, but this approach is broken with the new API, because at this time the table view is already shutdown (see issue #397).

Discussion

  • Christa Runge

    Christa Runge - 2017-07-29
    • Labels: --> feature
     
  • Christa Runge

    Christa Runge - 2017-07-29

    Ticket moved from /p/karatasi/features/119/

    Can't be converted:

    • _milestone: future
     
  • Christa Runge

    Christa Runge - 2017-09-02
    • Milestone: future --> iphone_1.10
     
  • Christa Runge

    Christa Runge - 2020-06-27
    • assigned_to: Christa Runge
     

Log in to post a comment.