开发者

XCode 3.2.6 Interface Builder Not Connecting

开发者 https://www.devze.com 2023-03-10 18:40 出处:网络
In interface builder my outlets and ibactions won\'t connect. They simply won\'t show up, like it doesn\'t exist.

In interface builder my outlets and ibactions won't connect. They simply won't show up, like it doesn't exist.

Here is my code:

@interface RootViewController : UIViewController {
 IBOutlet UILabel *time;
    
}开发者_开发知识库
-(IBAction)changetime;

In Interface Builder the only two connections there are is:

  • view

  • searchDisplayController.

    Please Help!


Had the same issue. Make sure you save (Shortcut: Ctrl+S) your .h before opening your .xib file.

0

精彩评论

暂无评论...
验证码 换一张
取 消