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.
我已经在课堂上实现了 UIPopOver 来显示某些选项,在模拟器中它工作正常,但在设备中它正在消失,即使我没有点击任何其他区域。有谁知道为什么 popover 在设备中表现得很奇怪?我怎么能克服这个?
提前致谢!
请提供您用于显示控制器的代码。一个疯狂的猜测是您的控制器没有正确保留,可能会被释放,或者它的父控制器正在被释放。
您还应该检查您的模拟器运行的 ios 版本是否与您的设备相同。
如果没有更多细节,就无法提供更多帮助。