To run the example project, clone the repo, and run pod install
from the Example directory first.
Minimum iOS Target:iOS 11.0
RCSceneWebKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'RCSceneWebKit'
// 实例化 web 控制器,传入url和title
RCSWebViewController *webVC = [[RCSWebViewController alloc] initWithUrlString:@"https://www.baidu.com" title:@"百度"];
// self present web 控制器
[webVC showIn:self];
RCSceneWebKit is available under the MIT license. See the LICENSE file for more info.