我已经发布了如何显示modalViewController,但现在我需要删除它,并返回到我的tabbarController,带着他的视图。thx
发布于 2010-02-16 22:58:54
从modalViewController内部
[self dismissModalViewControllerAnimated:YES];
https://stackoverflow.com/questions/2273739
相似问题