mohammedDehairy / MDSlideNavigationViewController

34 stars 8 forks source link

Apps may crash without removing this layer from hierarchy. #3

Closed AlexDenisov closed 9 years ago

mohammedDehairy commented 10 years ago

why do you wanna keep the layer ?,if the animationLayer is what you mean .

AlexDenisov commented 10 years ago

What do you mean under 'keep the layer'?

mohammedDehairy commented 10 years ago

why exactly would the app crash without removing the layer from hierarchy ? the layer is retained by the viewController so when deallocated the layer is deallocated automatically ,right ?