romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

Resize menu while open #46

Closed hodgesmr closed 10 years ago

hodgesmr commented 10 years ago

Is there a pattern in place to expand the frosted view to take up the entire width of the screen?

For example, if I put a search bar in the side menu, I'd like the menu to expand to fill the screen while the search is in focus, and then shrink back do to "most" of the screen when the search is not in focus.

I tried manually adjusting the menuSize but I'm unsure of how to make the menu resize while it is open.

Thanks!

hodgesmr commented 10 years ago

This was implemented in #47