ã¢ããªããsafariãèµ·åãã¦æå®ããURLãéã[Objective-C][iOS][iPhone]
ãã£ã¡ãç°¡åã§ã¡ãã£ã¨æåããã®ã§ã¡ã¢ã
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://shiro-goma.hatenablog.com/entry/2014/06/01/041811"]];
ãããèµ·åãããã¿ã¤ãã³ã°ã§æãã§ãããã°ããã ãã§safariãç«ã¡ä¸ãã£ã¦ããã¾ãã
ä¾ãã°ãtableViewå ã®Cellãã¿ãããããæã«safariãèµ·åãããã¨ãã¯
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://shiro-goma.hatenablog.com/entry/2014/06/01/041811"]];
ãããªæãã§ãç°¡åï¼