romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

Restoration & preservation state (StoryBoard) #229

Open Manueldjz opened 9 years ago

Manueldjz commented 9 years ago

i have a dynamic table view this update by a Json.. the problem is that when changing tab and return the table view update over again, any solution for preservation de state (storyboard)

skywinder commented 9 years ago

+1. I try to restore state of application. To support it RESideMenu should have implementation of encodeRestorableStateWithCoder and decodeRestorableStateWithCoder methods.