iPad modal view controller similar to Mail.app?

谁说我不能喝 提交于 2019-12-30 06:48:49

问题


How can I create a modal window in my iPad app similar to the one shown on Apple's website for composing messages in Mail.app?

Example:

http://dl.getdropbox.com/u/413086/mail_type_20100225.jpg

Thanks!


回答1:


Just use a normal view controller, assign the modalPresentationStyle property, and present it as a modal view controller. Please read the "iPad Programming Guide" / "Views and View Controllers" for detail.



来源:https://stackoverflow.com/questions/2485015/ipad-modal-view-controller-similar-to-mail-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!