Search results

  1. S

    Get text from TextField

    Hi all, i need your help, i have simple project(cocoa app) untitled.h: #import <Cocoa/Cocoa.h> @interface untitled : NSObject { IBOutlet id mylabel; } - (IBAction)ButtonClick:(id)sender; @end untitled.m: #import "untitled.h" @implementation untitled -...
Back
Top