How to use uiwebview to display any webpage for url request? I do not know how to do that. who can tell me how to do this? has any open source? Thank you
NSString *urlAddress = @"http://www.google.com"; NSURL *url = [NSURL URLWithString:urlAddress]; NSURLRequest *requestObj = [NSURLRequest requestWithURL:url]; [webView loadRequest:requestObj];
Source: https://habr.com/ru/post/1332293/More articles:rails Devise - How to redirect to the "Get Started" link - after checking your email - ruby-on-railsHow to set FEATURE_BROWSER_EMULATION in IE8 mode? - browserExtension method for generic type with additional parameters of general type - genericshow to optimally count items in a python list - performanceJava replaceAll with newline - javaAnimation Field Values ββBetween States in WPF - wpfmember initialization inside or outside the constructor - c #Best practice for updating / writing a static variable? - javaJQuery / javascript variable scope - javascriptPHP - preg_replace elements in brackets with array elements - phpAll Articles