I currently have a view with for buttons, and would like to be able to launch UIWebview with a specific url for each different button.
I currently am able to launch safari externally with the urls.
I know I can have the code to show the UIWebview within each button, and can set the url withing the viewDidLoad of the UIWebview, but I need a way to load a specific page depending on which button was pressed.
Regards