How would I go about creating a navigation based application that for each item in the list goes to a different website.
Eg:
Item 1 —>google.
Item 2 —>stackoverflow.
Item 3 —>facebook.
I am tried many things but cannot seem to get it working. I’ve looked at UICatalog but cannot think of how to implement what i need.
A quick walkthrough would be great.
First you can take an array in that enter url list of arrays as follows:
Then display these items first in tableviewcell.
After that add viewcontrollers, in that you can write the code what you want to show in that view using
UIWebview.