在Segue Unwind Done之前调用选择器:

时间:2013-07-20 19:05:38

标签: ios objective-c

我有2个视图:RootView和ModalView

目前我正在使用故事板segue unwind done:来重新签名ModalView。

然后我在RootView中调用- (IBAction)done:(UIStoryboardSegue *)segue { }来重新加载数据并进行其他一些清理。

但是,我需要从ModalView中的可变数量的UITextFields中保存一些数据。因此,我需要在setListInformationWhenDone:

之前调用选择器- (IBAction)done:(UIStoryboardSegue *)segue { }

我该怎么做?

enter image description here

0 个答案:

没有答案