2012年3月15日 星期四

[iOS Dev] 實作Open in Safari

[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://www.apple.com"]];
view raw OpenInSafari.m hosted with ❤ by GitHub
Related Posts Plugin for WordPress, Blogger...