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.
我在拆分视图中有一个弹出视图,当用户在弹出菜单中选择一个选项时,我想将一个新列表推送到弹出视图中。我希望菜单保持可见,但一旦用户选择一个项目,它就会消失。有没有办法让它保持可见?
只需要在你的项目中找到这一行
[self.popoverController dismissPopoverAnimated:YES];
上面写的那一行让你的popover消失了,所以只需在你的项目中为那个特定的popover评论这一行,你声明你不想让它消失。