我有 2 个视图:RootView 和 ModalView
目前我正在使用故事板 segueunwind done:
辞职 ModalView。
然后我调用- (IBAction)done:(UIStoryboardSegue *)segue { }
RootView 重新加载数据并进行其他一些清理。
但是,我需要从 ModalView 中可变数量的 UITextField 中保存一些数据。因此,我需要setListInformationWhenDone:
先调用选择器- (IBAction)done:(UIStoryboardSegue *)segue { }
我该怎么做呢?