Hello all.
In my app i need to assign a string as a title for the uibutton.
How can i do this.For example
NSString *date=[[NSString alloc]initwithString:@"Todays Date"];
//am trying to assign the date content as a title for my button
[Button setTitle:date state:ForNormalSatate];
How can i set title as "Todays Date" for the button