quemb / QMBParallaxScrollViewController

Add a parallax top view to any UIScrollView (incl. UITableViews) - #Parallax #ScrollView #TableView #Header
http://quemb.github.io/QMBParallaxScrollViewController
MIT License
871 stars 121 forks source link

How to remove Parallax Top View once added? #15

Open Sun3 opened 10 years ago

Sun3 commented 10 years ago

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.

fmundaca commented 10 years ago

maybe you should get the bottom controller with

MyController controller = (MyController) self.bottomViewController;

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