KyleGoddard / KGFloatingDrawer

A floating navigation drawer with an interesting animated presentation written in Swift.
MIT License
499 stars 79 forks source link

Add support for side VC's lifecycle events #7

Closed roboxue closed 9 years ago

roboxue commented 9 years ago

It seems like the left/right VC's viewWill/Did Appear/Disappear events are never triggered during open and close, thus they never get a proper chance to refresh. This PR adds support for it.

KyleGoddard commented 9 years ago

The complete blocks would be a preferred way to refresh the content of the view controllers/views. Apple says calling those view lifecycle methods should be avoided.