Hi...
I want to underline the UIlabel text as hyperlink
UILabel *myLabel = [[UILabel alloc] initWithFrame:CGRectMake(20.0, 220.0, 160.0, 30.0)];
myLabel.text = @"click here";
how can i make the above string to be underlined..
Thanks for any help