objective c - UITableView that links Cell to UIWebView NSURLRequest -


my question seems simple enough , yet have not been able find example follow. have uitableview list of courses want link respective urls. there 21 courses in list , when user scrolls list, select course should link them web page (with "back" button return list).

i've found examples link url directly button not uitableview list. how can link cell in tableview list nsurl request load web page?

anyone answer or link tutorial, appreciated.

check delegate methods uitableview:

http://developer.apple.com/library/ios/#documentation/uikit/reference/uitableviewdelegate_protocol/reference/reference.html

- (void)tableview:(uitableview *)tableview didselectrowatindexpath:(nsindexpath *)indexpath; 

in case want push viewcontroller webview when user taps cell can allow user go uitableview when he/she done.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -