开发者

XCode 3.2.6 Interface Builder Not Connecting

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜