@property (nonatomic, retain)IBOutlate UITextField *userName;
this property is to connect with TextField in IB.
Can we write [userName release] in dealloc to free the memory or it will be handled by IB.
Can i write @property(nonatomic, copy)IBOutlate UITextField *userName;