ios - how to go back in MFsidemenu? -


this question exact duplicate of:

i want on mfslidemenu there no functionality go in mfslidemenu

i have tried result:

[self.navigationcontroller poptoviewcontroller:viewcontroller animated:yes]; 

and this

 nsuinteger ownindex = [self.navigationcontroller.viewcontrollers indexofobject:self]; [self.navigationcontroller poptoviewcontroller:         [self.navigationcontroller.viewcontrollers objectatindex:ownindex - 2] animated:yes];  

please check link

homeview *home = [[homeview alloc]initwithnibname:@"homeview" bundle:nil]; nsarray *controllers = [nsarray arraywithobject:home]; self.navigationcontroller.viewcontrollers = controllers; 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -