aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

same view controller not presenting again? #125

Closed karthisiva closed 9 years ago

karthisiva commented 9 years ago

i am using your slide menu and thanks.I need to check a condition present a same view controller from side view controller.Its present only one time,the next time the view controller is appear but not changing anything based on my check string.this is my code...

}

karthisiva commented 9 years ago

i found solution to my question.i need to disable this property [[SlideNavigationController sharedInstance]setAvoidSwitchingToSameClassViewController:NO];