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.
有什么方法可以检查 ViewController 是否显示在弹出窗口或全屏中?
我试图获取和比较
self.view.frame.size.width
但有时它不能正常工作,我希望有更好的解决方案谢谢!
您可以在视图中实现以下委托(用于弹出框),并检查是否为弹出框或视图调用它。我想应该是一个解决方法。
- (CGSize)contentSizeForViewInPopoverView ;