I want to create an IBAction for a button, that when you push it, the app go in background and at the same time open safari at a specific link (example "www.google.it") Can you help me?
|
feedback
|
|
Inside your IBAction method, include the line
| |||
|
feedback
|
|
If you use interface builder : Create a UITextView and not a UIButton, write the link as text to textview and select the links checkbox in the interface builder. It will become the link you want at run time. | |||
|
feedback
|