Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 IBAction 方法来响应我的 VC 中的按钮按下。这是连接(通过情节提要)到 Popover Segue。
我想在 Popover 完成后专门执行一些处理,但是如果我将该代码放在 IBAction 方法中,它会在 Popover 之前执行。
有关如何执行此操作的任何指示(除了将其放入 Popover 本身之外,由于我不会在这里讨论的原因,这不是一种选择)?
谢谢托尼。
分配一个UIPopoverDelegate(和这里)以获取关闭事件的通知