alibaba / alibaba/LuaViewSDK

扩展JHSLuaViewController以达到在lua代码实现跳转到目标luaViewController里面目的

Open
#7 2 comments 0 reactions 1 assignee Claimed by @dongxicheng View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.