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!