且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IBAction不显示在界面构建器中

更新时间:2023-01-25 14:22:32

   - (IBAction)printCollection: 

此外,请确保您已保存.h并且xib的文件所有者是正确的。 p>

I've added

- (IBAction)printCollection

to my class but it doesn't show up in interface builder. I've cleaned the built, restarted interface builder, but it doesn't show up.

The previous (IBAction) are instead all there... I don't get it.

thanks

- (IBAction)printCollection:(id)sender;

Also, make sure you've saved the .h and the xib's File's Owner is correct.