BoneRCTViewController Class Reference

Inherits from UIViewController
Declared in BoneRCTViewController.h

Overview

Bone 容器的 UIViewController

  boneContext

封装了运行 Bone 容器的基本组件

@property (nonatomic, readonly) BoneRCTContext *boneContext

Discussion

封装了运行 Bone 容器的基本组件

Declared In

BoneRCTViewController.h

– openUrl:props:

打开一个 UIViewController,运行 Bone 插件

- (void)openUrl:(NSURL *)url props:(NSDictionary *)props

Parameters

url

插件资源文件的 CDN 地址

props

用户自定义参数

Discussion

打开一个 UIViewController,运行 Bone 插件

Declared In

BoneRCTViewController.h