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.
每当我点击视图时,在我的应用程序中您好。启动的弹出框将自动关闭。我可以知道将执行哪种方法来获得这种行为。在此先感谢。
让您的主视图控制器成为弹出框控制器的委托,并实现 –popoverControllerDidDismissPopover: 方法。查看 Apple 的文档以获取帮助。
苹果的文档