
Here in above figure sleeping like a baby is a link button.
I don't want to place a UITextView as this simply opens up a pickerView
How can I create a link button of similar kind in iPhone?
if "sleeping like a baby" is fixed you can have image like that. Put UIButton on that of Custom type. Bind IBAction of Button like
-(IBAction)openYourLink
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.yoururl.com"]];
}
Hope it helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With