开发者

Custom Back Navigation operation

开发者 https://www.devze.com 2022-12-31 16:41 出处:网络
i need a help my app is Tab & navigation based. in the navigation model i have a section to get input from user and store it to SQLLite thats working fine when i clicki开发者_StackOverflowng the

i need a help

my app is Tab & navigation based.

in the navigation model i have a section to get input from user and store it to SQLLite thats working fine when i clicki开发者_StackOverflowng the "save" button

prob here is once its saved i need to navigate user to the preveios level of the navigation controller (same operation like Navigation Back button).

Any ideas?

Thanks in advance


Try calling popViewControllerAnimated:

[self.navigationController popViewControllerAnimated:YES];
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号