Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在使用navigationController popVC的时候之前的页面是空白的,怎么处理? #33

Open
AlexYangLe opened this issue Dec 5, 2018 · 1 comment

Comments

@AlexYangLe
Copy link

我使用demo,在page页里面,实现了代理方法:

  • (void)virtualViewClickedWithAction:(NSString *)action andValue:(NSString *)value{
    if (action) {
    NSLog(@"action: %@, value: %@", action, value);
    [self.navigationController pushViewController:[[GridViewController alloc] initWithFilename:@"Grid"] animated:YES];
    }
    }
    我跳转到GridViewController,之后我popVC之后page页无法获取此页面的params参数,无法显示图片(无法加载URL),此时navigationController 中没有保存响应的VC,这里是怎么解决的?
@HarrisonXi
Copy link
Contributor

找个初始化VV的时间点,设置下[VVConfig setAlwaysRefresh:YES];,动态增量refresh的逻辑有点问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants