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

iOS7: Parallax view is not visible when pushed from UISearchDisplayController #13

Open
flather opened this issue Feb 5, 2014 · 1 comment

Comments

@flather
Copy link

flather commented Feb 5, 2014

When I push my TableViewController (that has a ParallaxHeader) from the didSelectRowAtIndexPath method of my search results table view (that is using UISearchDisplayController) the ParallaxHeader is hidden. This only happens with iOS 7.
Pushing my TableViewController from a regular view controller, everything's fine. So it seems like it has something todo with the SearchDisplayController and iOS 7.

apparallexheader_problem

MyTableViewControllerWithParallax *myVC = [[MyTableViewControllerWithParallax alloc] init];
[self.navigationController pushViewController:myVC animated:YES];
@sybohy
Copy link

sybohy commented Apr 9, 2015

same issue on iOS 8 now.

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