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.
我正在界面生成器中制作一个 mac 应用程序,并且想知道如何分配一个按钮来打开文件。
具体来说,当我单击 Xcode 应用程序上的按钮时,我正在尝试启动文件(它是一个安装程序文件)。我该怎么办?
提前感谢您的帮助。
按钮的编写IBAction方法。
IBAction
- (IBAction)install:(id)sender; { // your code for installer file.. }