iphone - Clickable Link in Editable TextView ios 6 -


this question has answer here:

i set editable property of uitextview yes need uitextview editable in case how possible click link in uitextview ? there anyway fix out problem

you have set detect type of uitextview in implementation file like

textview.editable = no; textview.datadetectortypes = uidatadetectortypeall; 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -