防止UIDocumentInteractionController PresentPreview崩溃我的应用程序

时间:2011-05-16 13:08:54

标签: iphone xamarin.ios ios-simulator

1 个答案:

答案 0 :(得分:1)

当方法返回结构(而非类)时,有一个ABI bug会影响MonoTouch,如 RectangleF ,会导致类似的崩溃。设备构建(使用不同的ABO)不受此问题的影响。

解决方法是避免重写返回结构的方法,例如:

public override RectangleF RectangleForPreview (UIDocumentInteractionController controller)