为什么警告出现在xamarin.ios应用程序的故事板中?

时间:2017-12-04 09:35:41

标签: xamarin xamarin.ios

当我试图写下我的故事板时,UIController中没有任何控件出现并显示如下屏幕错误

When I am design any screen with UIConrollerView its fine but when try to open in next day I will get this error I don't know why

enter image description here

1 个答案:

答案 0 :(得分:0)

这是Xamarin.iOS中的故事板呈现问题。

解决方案:

在与故事板相关的viewcontroller中设置此标志。

[System.ComponentModel.DesignTimeVisible(false)]
public partial class ViewController : UIViewController

请参阅Here