I am new to iphone devel开发者_JAVA百科opment.I want a toolbar and a button in it.On clicking the button ,a mail compose view should open.I want the tool bar to be visible in the mail composer view.The mail composer should animate from back of the toolbar.How can i achieve that.
Recently i saw a application,which implemented this.The mail emerges from back of the tool bar.
In general which is more preferable for creating application like m need.Tabar or tool bar? any other method should i follow?
Thanks.
I think, that the MailComposer view is always a model view and therefore you can't make your toolbar visible. Also the mailcomposer view has got it's own toolbar.
Look here for further information: http://developer.apple.com/iphone/library/documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html
Finally Solved it.
I am able to get a button above the mail composer view by setting the button to the window. So that button is display above the mail composer view.
精彩评论