QMBParallaxScrollViewController
QMBParallaxScrollViewController copied to clipboard
How to remove Parallax Top View once added?
Is there a way to Remove the Top Parallax View once it is added?
In my case I open up a note record that might have an image or not. If it has the image I would like to add the Parallax View but if the next record does not how would I remove the current added Top Parallax View?
Thank you for a great control.
maybe you should get the bottom controller with
MyController controller = (MyController) self.bottomViewController;
and then you should remove the controller or something like that !