I’m going to recreate my iPhone app for the mac. There is only one problem I’m having. This may sound stupid to you but I can’t figure it out.
When I want to call a method for the UITextView in iOS i just did like this:
IBOutlet UITextView *myTextView;
and
@property (nonatomic, retain) UITextView *myTextView;
But I can’t figure out how to do it for a textfield in Mac OS X developing.
Could someone help me with this?
Thanks!
UITextViewin AppKit isNSTextView.IBOutletsare not retained!So your interface should become