Items Created via IB are not being displayed
Posted
by
Rohan
on Stack Overflow
See other posts from Stack Overflow
or by Rohan
Published on 2011-01-08T14:50:13Z
Indexed on
2011/01/08
14:53 UTC
Read the original article
Hit count: 209
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,
© Stack Overflow or respective owner