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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -