ios - View controller before SWRevealViewController -


i have login view , when push 1 button must opened other view swrevealviewcontroller, how that? code , don't go.

loginviewcontroller *loginviewcontroller = [self.storyboard instantiateviewcontrollerwithidentifier:@"menuviewcontroller"]; [self.navigationcontroller pushviewcontroller:loginviewcontroller animated:yes]; 

sorry english...


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -