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.
我创建了一个 UIViewController 类,我在其中设置了一个 UIbutton 属性和一个公共方法来访问它。在我的 appDelegate 类中,我实例化了这个视图控制器,一切正常。但是,当我尝试访问调用该方法时,Xamarin 不会编译并返回 NullReferenceException,尽管 UIButton 显示在屏幕上。
谢谢你的帮助。
编辑实际上,我在 viewdidload 中实例化了我的组件,但我必须在构造函数中执行 ti。