You can set your buttons' target and actions via your storyboard or XIB file.
你可以设置按钮的目标和行动通过你的故事板或XIB文件。
The xib file will actually be edited in Interface Builder, and the designer.cs file will hold our properties for that form.
xib文件实际上要在InterfaceBuilder中进行编辑,而designer.cs文件包含这个窗体的属性。
Now in order to actually see the quote on the screen, you need to link the text field outlet in the class with a text field control in your XIB file.
为了能在屏幕上真真切切的看到效果,我们还需要在XIB文件的界面交互和代码输出口进行链接。
Now in order to actually see the quote on the screen, you need to link the text field outlet in the class with a text field control in your XIB file.
为了能在屏幕上真真切切的看到效果,我们还需要在XIB文件的界面交互和代码输出口进行链接。
应用推荐