문제

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!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top