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
I tried adding gestureRecognizer directly to headerView but not working, so I also tried:
` let headerImageView = UIImageView(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.width, UIScreen.mainScreen().bounds.width*0.667))
headerImageView.image = headerImage headerImageView.userInteractionEnabled = true let tap = UIGestureRecognizer(target: self, action: "showOrgIntroView") headerImageView.addGestureRecognizer(tap) let headerView = ParallaxHeaderView.parallaxHeaderViewWithSubView(headerImageView) as! ParallaxHeaderView self.tableView.tableHeaderView = headerView`
But it still doesn't work either.
The text was updated successfully, but these errors were encountered:
@Tinyik I was able to add gesture and use, I have added the gesture as show above.
Sorry, something went wrong.
No branches or pull requests
I tried adding gestureRecognizer directly to headerView but not working, so I also tried:
` let headerImageView = UIImageView(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.width, UIScreen.mainScreen().bounds.width*0.667))
But it still doesn't work either.
The text was updated successfully, but these errors were encountered: