Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.23 KB

RCSceneWebKit

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Minimum iOS Target:iOS 11.0

Installation

RCSceneWebKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'RCSceneWebKit'

Usage

    // 实例化 web 控制器,传入url和title
    RCSWebViewController *webVC = [[RCSWebViewController alloc] initWithUrlString:@"https://www.baidu.com" title:@"百度"];
    // self present web 控制器
    [webVC showIn:self];

Author

彭蕾, [email protected]

License

RCSceneWebKit is available under the MIT license. See the LICENSE file for more info.