Hi,
i'm creating an native app and all works fine for one thing...
In the info popup screen (Alertsheet) i try to put an more info button that has to open safari and direct to my site.
This i what i use
url = [ [ NSURL alloc ] initWithString: @"http://www.apple.com" ];
[self openURL: url];
but when i press the button the app quits but safari doesn't open
Thanks in advance



LinkBack URL
About LinkBacks









Reply With Quote
Bookmarks