Skip to content

rongcloud-community/rongcloud-scene-web-kit-ios

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published