objective c - how to create a link button in iPhone? -


enter image description here

here in above figure sleeping baby link button.

i don't want place uitextview opens pickerview

how can create link button of similar kind in iphone?

use uiwebview display text. can supply html link url. mean link button? or want happen when text pressed? subclass uilabel , detect touch down event , in response that. or text button , make button surrounding area act button , use 1 of control events respond selection.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -