QMBParallaxScrollViewController icon indicating copy to clipboard operation
QMBParallaxScrollViewController copied to clipboard

How to remove Parallax Top View once added?

Open Sun3 opened this issue 11 years ago • 1 comments

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.

Sun3 avatar Feb 11 '14 03:02 Sun3

maybe you should get the bottom controller with

MyController controller = (MyController) self.bottomViewController;

and then you should remove the controller or something like that !

fmundaca avatar Apr 29 '14 14:04 fmundaca