Hello,
This is what i have done so far,
Made a Custom view added few objects, as shown below
@interface CommUICustomSignInView : CommUICustomView {
IBOutlet NSButton *pBtn;
IBOutlet NSTextField *pTextField;
NSTrackingArea *pTrackingArea;
NSCursor *pPonitHandCursor;
}
Added all IBoutlet correctly,
Now thru Interface builder constructed a Window controller interface builder in which added a custom view and provided this class name in the interface builder,
I hope i could able to visualize you guys, now whenever i loaded this view, the item whatever i created by IB are not being displayed,
Am i doing something wrong, or something missing,