Possible Duplicate:
iPhone: How to Display Underlined Text in a Button?
underline text in UIlabel
I have a section im my app like this…Not a member? Signup here, where here is a custom button of transparent background and upon clicking takes the user to a url in safari. Now what i need is i want to make this button title underlined so that it looks like a hyperlink. Thanks
If the button title will be static, the easiest way is probably to create an image of the text (underlined) and use the image as the button image on a custom button.