objective c - Where is NSTextField? -
i'm brand new mac os x development. java , c# developer. i'm reading book , trying few examples book.
in appcontroller class, i'm trying add together iboutlet
follows :
iboutlet nstextfield *textfield;
it gives me error saying "unknown type name 'nstextfield'. have imported foundation/foundation.h
please help.
#import <cocoa/cocoa.h>
import in appcontroller header file
objective-c osx cocoa nstextfield iboutlet
No comments:
Post a Comment