开发者

iOS push view onto stack in a tabbar application

开发者 https://www.devze.com 2023-02-06 22:07 出处:网络
I am making a tabbar application I 开发者_如何学JAVAhave an email button and would like when touched it pushes and email form ontop of the stack. Whats the best way to do this?To push a view, you need

I am making a tabbar application I 开发者_如何学JAVAhave an email button and would like when touched it pushes and email form ontop of the stack. Whats the best way to do this?


To push a view, you need a UINavigationController.

Check out the MFMailComposeViewController Class Reference and download the MailComposer example.

0

精彩评论

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