ios - How to return to last view without pop -



ios - How to return to last view without pop -

on didselectrowatindexpath want homecoming previous viewcontroller. i'm using code, @ moment:

[self.navigationcontroller popviewcontrolleranimated:yes];

but, don't want pop navigationcontroller. because, when user "clicks" on button, want homecoming view.

so, want previous controller without popping navigationcontroller. possible?

thanks!

try using [self presentviewcontroller:vc animated:yes completion:nil]; instead

ios objective-c

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -