state-restoration Questions

1

Solved

With iOS 6 Apple added state restoration to UIViewController and related classes. This allows the application to save state when terminated and restore it when the user resumes the application. Ev...
Truthfunction asked 18/12, 2013 at 18:15

3

I've been toying around with state restoration. In the code below, the scroll position of the UITableViewController gets restored, however, if I were to tap through into the detail view (pushing an...
Caddell asked 17/1, 2013 at 10:18

2

Solved

According the docs: In iOS 6 and later, if you assign a value to this view’s restorationIdentifier property, it attempts to preserve its URL history, the scaling and scrolling positions for each...
Falcone asked 29/1, 2013 at 16:52

© 2022 - 2024 — McMap. All rights reserved.