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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -