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];
homeview *home = [[homeview alloc]initwithnibname:@"homeview" bundle:nil]; nsarray *controllers = [nsarray arraywithobject:home]; self.navigationcontroller.viewcontrollers = controllers;
Comments
Post a Comment