uikit-state-preservation Questions
2
Solved
I am trying to find the best way to handle state restoration for a UICollectionView whose elements may move around. My goal is to make sure that the last viewed item in the collection view is still...
Loathly asked 3/2, 2015 at 23:1
4
I have an app that is using UIKit state preservation in iOS 6. I am able to save/restore the state of the view controllers, ie which tab is selected and navigation controller hierarchy, however I c...
Subantarctic asked 28/11, 2012 at 19:47
1
When in My iOS app which which is in the detail screen and I press home button which will result it in going to background mode. After inactivity of 7 around minutes, I relaunch it and it doesn't s...
Subarid asked 11/10, 2017 at 8:31
1
Solved
Goal: I'm trying to restore state on a tab controller-based app (with navigation controllers on each tab).
Problem: On relaunch, the selected tab seems to be restored as expected, but the navigat...
Azelea asked 9/9, 2015 at 5:26
1
Solved
I'm updating an app to use the new state preservation and restoration functionality in iOS 6. As far as I can tell the best guidance on testing this in apps involves doing it manually (e.g. http://...
Wherever asked 10/1, 2013 at 8:1
3
Solved
I was trying to encode an MKMapView center and span into an NSKeyedArchiver for state preservation. I found a couple of handy new MapKit NSValue additions, valueWithMKCoordinate: and valueWithMKCoo...
Overlap asked 28/8, 2013 at 10:10
2
Solved
Is it possible to preserve the state of the UIWebView (e.g the current webpage, back/front list) in the current app launch? For example, if I dealloc a webview, and at some point in the future, I w...
Cockaigne asked 6/1, 2014 at 22:11
1
Solved
The docs on viewControllerWithRestorationIdentifierPath:coder: say:
Your implementation of this method should create (or find) the
corresponding view controller object and return it... It is no...
Nursemaid asked 2/9, 2013 at 23:38
1
Solved
WWDC 2012 Session 208 is about UIKit state preservation and restoration. Pretty much at the end the debugging tool "Restrospector" is mentioned. It should visualize the persisted state on disk.
Th...
Batts asked 24/5, 2013 at 21:37
2
I have a view controller in a storyboard that is using a container view. Both have restoration identifiers set. The parent is being saved and restored just fine. The child however is not. Neither -...
Forage asked 3/4, 2013 at 23:17
2
Solved
I have implemented iOS 6 API for state saving, it works - after I quit the app and launch back in for some milliseconds the restored view controller fly in, but then it's replaced by the main view ...
Eklund asked 24/9, 2012 at 14:54
1
© 2022 - 2024 — McMap. All rights reserved.