nverinaud / NVSlideMenuController

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

Disable Slide Button (leftbarbuttonitem) #31

Closed frank0ch0a closed 9 years ago

frank0ch0a commented 9 years ago

Hi! How disable de SlideMenu button, when I am waiting that the data loading of server, thanks

nverinaud commented 9 years ago

Hi !

You can disable your menu button using navigationItem.leftBarButtonItem.enabled = NO; when your data is loading. More info here.

I close this issue because it is not related to the library.