请帮助我,
我使用https://github.com/m1entus/MZFormSheetController。真的很酷。
我的故事板设计是这样的:
UINavigationController => LocationViewController => DetailViewController.
(我无法上传图片,因为我的声誉不足10)。
我如何为LocationViewController设置委托。我只知道如何找到它。
UINavigationController *vc = [self.storyboard instantiateViewControllerWithIdentifier:@"showPopup"];
if ([vc.topViewController isKindOfClass:[LocationViewController class]]) {
}
非常感谢! 问题如:https://github.com/m1entus/MZFormSheetController/issues/51#issuecomment-65695610