Would like to put a link so that it launch Safari. How can I do this?
also curious about this, but haven’t had seen too much on this topic.
1 Like
string url = "[http://openframeworks.cc";](http://openframeworks.cc";)
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: [[[[NSString alloc] initWithCString: url.c_str()]stringByAddingPercentEscapesUsingEncoding: NSASCIIStringEncoding] autorelease] ]];
should work
cheers, that worked.
be a good feature to add to ofxiPhoneExtras.