How to make Insert Outlet or Outlet Collection message appear

I am trying to make a popup that says Insert Outlet or Outlet Collection message appear.


The way I am suppose to do it is Click the Label Object, then whiling holding the Controlbutton, drag the Label Object at or underneath the @interface code. But no popup shows up at the header file. How do you guys make the pop Insert Outlet or Outlet Collection message appear?

No pop up message saying Insert Outlet or Outlet Collection appears.


I am using this headerfile in the main editor alongside the .xib file in the Assistant Editor. My Header file is ViewController.h


Code looks like this:


#import <UIKit/UIKit.h>

@interface ViewController : UIViewController

{


}

@end

Try it again, but click/drag the other direction, instead.

How to make Insert Outlet or Outlet Collection message appear
 
 
Q