CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2015 |
Purpose: Easy to use commonplace UIWebViewController
pod 'CrayWebViewController'See Example.
pod try CrayWebViewControllerCrayTabWebViewController to UIViewController class.URL property or call - (void)goToAddress:(NSString *) URL;
CrayStandaloneWebViewController *controller = [CrayStandaloneWebViewController webViewController];
controller.URL = @"https://google.com";
[self.navigationController pushViewController:controller animated:YES];It's CrayStandaloneWebViewController + hook back button.
CrayAllInOneBackWebViewController *controller = [CrayAllInOneBackWebViewController webViewController];
controller.URL = @"https://google.com";
[self.navigationController pushViewController:controller animated:YES];Scenario
[self.navigationController popViewControllerAnimated:YES];
Provide simple Modal WebViewController
NSString *url = @"https://google.com";
[CrayModalWebViewController showFromViewController:self URL:url];git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT