What is the equivalent of a UITextView/UILabel in Three20? I would like to have a functionality of detecting URL's just like UITextView, however I want it to respond to swipe and touch events, not like UITextView, wonder if Three20 supports this?? It also needs to have multiline support
Asked
Active
Viewed 392 times
1 Answers
0

Manni
- 11,108
- 15
- 49
- 67
-
if you put this inside a cell can you tap on it? – adit May 25 '11 at 15:53
-
yes, a TTStyledTextLabel is a UIView, so you can put it inside a cell of a UITableView. You can add touch events an every view in this way: http://stackoverflow.com/q/4660371/509535 – Manni May 25 '11 at 19:34