romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

support state preservation and restoration #101

Open marcusfritze opened 10 years ago

marcusfritze commented 10 years ago

I tried to use state preservation and restoration as described here by apple:

https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/StatePreservation/StatePreservation.html

But I only get the rootController (and not the selected "subview" with all the subs).

Would be nice to get this working.

alaaghribi commented 9 years ago

Did you achieve to make something please ?