我想实现 appDelegate中通过通知点击事件 来进行weex页面之间的跳转例如: 收到通知消息 当前在weex-A页面 跳转到weex-B页面 WX_BaseViewController * base=[[WX_BaseViewController alloc]initWithSourceURL:[NSURL URLWithString:urlString] Dic:subDic];
[self.window.rootViewController presentModalViewController:base animated:YES];我实现的代码是这样 但是发现跳到Weex-B页面以后返回不到weex-A页面 求大神指教
1 回答
桃花长相依
TA贡献1860条经验 获得超8个赞
可以在native层中做一个统一的VC stack manager。weex页面,native页面,h5页面 等等,所有的视图之间的挑战通过统一的VC stack manager 来进行路由!
- 1 回答
- 0 关注
- 947 浏览
添加回答
举报
0/150
提交
取消