0
votes

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!

1

1 Answers

-1
votes

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