Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我做:
[webView LoadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://wwww.google.com"]]];
我得到的错误是No known class method for selector requestwithurl
No known class method for selector requestwithurl
那么我该如何解决呢?