(Xcode 3.2.5) Linking Table View list items to URLs
Hi everyone,
I'm a xCode and C-programming newbie, and am in the middle of developing an app that basically acts as a portal to various web pages. In short, I have 5 tabs that each contain Table View lists displaying a NSMutableArray. I need to be able to have users tap each list item and be taken to a number of different URLs, preferably via a WebView within the app.
I have seen some posts around showing how URL linking can be achieved - but via a button. I haven't seen any tutorials or code posts on how to achieve this from a Table View list item.
Not sure what (if any code) will be helpful for you guys (or gals) to see, so just let me know what you need.
Many thanks in advance!
|