扩展JHSLuaViewController以达到在lua代码实现跳转到目标luaViewController里面目的
Open
- Dominant language
- Objective-C
- Stars
- 3.7k
- Forks
- 759
- PR merge metrics
- No merged PRs in 30d
Description
-(void) navigationTo:(NSString _) targetView{
JHSLuaViewController_ c = [[JHSLuaViewController alloc] initWithSource:targetView];
[self.navigationController pushViewController:c animated:YES];
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.