我有两个UIViewControllers
。首先UIViewController
,我有UITableView
一个子视图。When any one of the UITableViewCell
is selected, a UIView
(as a subview) will be displayed, which have 9 buttons. 当任何一个按钮被按下时,UIViewController
将显示第二个。当用户在 second 上按下自定义后退按钮时UIViewController
,首先UIViewController
必须显示所有先前选择的UITableViewCell
和打开的相应子视图。如何实现这一点。是否有任何过程可以UIViewController's
在所需时间保存状态。
任何建议将不胜感激。