I am new to iphone development.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.
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.