tags:

views:

12

answers:

0

in a.h file i declared IBOutlet UITextFiel *text;

in a.m file i declared ,

NSString * object = [file create: text];

now in file.m file I want to access the use of object of UITextfield that u declared [text setBackgroundColour:[UIColor redColor]; How to do that?