Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
XCode 3.2.6接口生成器未连接_Xcode_Interface Builder_Connection - Fatal编程技术网

XCode 3.2.6接口生成器未连接

XCode 3.2.6接口生成器未连接,xcode,interface-builder,connection,Xcode,Interface Builder,Connection,在interface builder中,我的插座和iActions无法连接。他们根本不会出现,就像它不存在一样 这是我的密码: @interface RootViewController : UIViewController { IBOutlet UILabel *time; } -(IBAction)changetime; @接口RootViewController:UIViewController{ IBUILabel*时间; } -(i)变更时间; 在Interface Bui

在interface builder中,我的插座和iActions无法连接。他们根本不会出现,就像它不存在一样

这是我的密码:

@interface RootViewController : UIViewController { IBOutlet UILabel *time; } -(IBAction)changetime; @接口RootViewController:UIViewController{ IBUILabel*时间; } -(i)变更时间; 在Interface Builder中,只有两个连接:

  • 看法

  • 搜索显示控制器

    请帮忙


    • 也有同样的问题。在打开
      .xib
      文件之前,请确保保存(快捷方式:
      Ctrl+S
      )您的
      .h

      @无论谁[-1]ed,请始终尝试解释您的原因,因为作者通常无法猜出错误,因此无法解决问题和/或改进其职位。--这在处理新用户时双重适用,例如在这种情况下,以避免出现不必要的吓跑情况。