We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用 [[QHSliderViewController sharedSliderController].navigationController pushViewController:control animated:YES]; Push了界面之后,返回前一个界面 [[QHSliderViewController sharedSliderController].navigationController popViewControllerAnimated:YES];
[QHSliderViewController sharedSliderController].mainV的controller 的viewWillAppear不执行, 那么要怎么来做到类似viewWillAppear的类似效果来刷新页面数据
The text was updated successfully, but these errors were encountered:
你主要是刷新main吧,可以使用通知中心,对需要更新时就post一个通知给main,然后刷新
Sorry, something went wrong.
No branches or pull requests
使用 [[QHSliderViewController sharedSliderController].navigationController pushViewController:control animated:YES];
Push了界面之后,返回前一个界面 [[QHSliderViewController sharedSliderController].navigationController popViewControllerAnimated:YES];
[QHSliderViewController sharedSliderController].mainV的controller 的viewWillAppear不执行, 那么要怎么来做到类似viewWillAppear的类似效果来刷新页面数据
The text was updated successfully, but these errors were encountered: