pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Managing loading/unloading side viewcontrollers' view for memory warning #148

Open stkim1 opened 11 years ago

stkim1 commented 11 years ago

When you embed PKRevealController in an UINavigationController, you might look into dislodging side viewcontroller's view when memory warning kicks in.

This patch covers that issue from iOS 5 to iOS 6. (7 is not test yet.)