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

MainV的controller的viewWillAppear在push了另一个界面之后再pop回来不执行 #3

Open
hexiaoyun opened this issue Feb 12, 2015 · 1 comment

Comments

@hexiaoyun
Copy link

使用 [[QHSliderViewController sharedSliderController].navigationController pushViewController:control animated:YES];
Push了界面之后,返回前一个界面 [[QHSliderViewController sharedSliderController].navigationController popViewControllerAnimated:YES];

[QHSliderViewController sharedSliderController].mainV的controller 的viewWillAppear不执行, 那么要怎么来做到类似viewWillAppear的类似效果来刷新页面数据

@chenqihui
Copy link
Owner

你主要是刷新main吧,可以使用通知中心,对需要更新时就post一个通知给main,然后刷新

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