【iOS】調用本地Safari瀏覽器打開網頁(Open URL)

NSString *textURL = @"http://www.yoururl.com/"; NSURL *cleanURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@", textURL]]; [[UIApplication sharedApplication] openURL:cleanURL]; 轉自:http://code
相關文章
相關標籤/搜索