【发布时间】:2011-09-26 21:52:47
【问题描述】:
我收到以下错误,仅在模拟器上而不是在 iPad 本身上!
Monotouch.Foundation.MonoTouchException has been thrown
"Objective-C exception thrown. Name: NSGenericException
Reason: - [UIPopoverController dealloc] reached while popover is still visible."
有人知道如何解决这个问题吗?
【问题讨论】:
-
作为 Miguel 的回答,您必须为 UIPopoverController 创建一个实例变量。
标签: ipad xamarin.ios ios-simulator uipopovercontroller