nverinaud / NVSlideMenuController

A slide menu done right for iOS.
MIT License
175 stars 33 forks source link

why it run 3 times the viewdidload? #19

Closed MarsApples closed 11 years ago

MarsApples commented 11 years ago

why it run 3 times the viewdidload?

nverinaud commented 11 years ago

Hi MarsApples,

It does not. It's probably an issue in your code, the viewDidLoad method is called automatically when I first use the view property of the given view controllers (either the content view controller or the menu view controller).