I\'m using a TTTableSubtitleItem and want that on a touch a function is called. TTURLMap *map = navigator.URLMap;
I am working through creating a similar project following the TTNavigator demo app and have fallen at the first hurdle.
I have a UIWebView with content populated from a Last.fm API call. This content contains links, many of which are handled by parsing info from the URL in:
I\'m n开发者_StackOverflow社区ew to three20 and trying to find my way through the TTNavigator class.
Trying to make a simple link clicking activity work. I think I understand TTNavigator and 开发者_如何学JAVATTStyledLabel, but can\'t get it to work.