How to run a URL in Xcode objective-c without using uiwebview
I try this code but its not work
UIWebView *webView = [[UIWebView alloc]init];
[webView loadRequest:[NSURLRequest requestWithURL:myURL]];
the url like this:
@"http://www...com/library/ws_setLike.php?book_ID=%@&user_ID=%@",bookID,userID];