Retrun to main view from navigation view and modal view?

In the docs there are these possible styles available.

Up vote 0 down vote favorite share g+ share fb share tw.

I have views created in the way main view -> modal view (navigation controller) -> navigation view root -> navigation view A The modal view presentation style is default (coming up from the bottom), when modal view is dismissed (cancel action), it goes back to the bottom. When navigation view A is pushed, it slides from right hand side as usual. When I dismiss the modal view from navigation view A, it also goes back to the bottom.

My question is, how can I dismiss modal view from navigation view A by sliding back to right? The behave I am trying to achieve can be found on Microsoft bing app. When entering the setting page, it's presented as modal view.

But for next levels in details (bookmarks, history ..), they are shown by navigation. Whenever done button in detail is pressed, the view slides (instead of going to bottom) and return to the home page. Iphone uinavigationcontroller modalviewcontroller link|improve this question edited May 1 '11 at 4:30 asked May 1 '11 at 2:35dino75011.

In the docs there are these possible styles available: typedef enum { UIModalTransitionStyleCoverVertical = 0, UIModalTransitionStyleFlipHorizontal, UIModalTransitionStyleCrossDissolve, UIModalTransitionStylePartialCurl, } UIModalTransitionStyle; I think if these styles doesn't match your needs you have to create your animation yourself. Maybe this correct link can help.

Thank you for the hints. Those built-in styles have been tried, non of them does horizontal sliding for modal view. The link does not seem to work, would you check it again?

– dino750 May 1 '11 at 17:53 I have corrected the link. – dasdom May 2 '11 at 7:05.

I found the effect I am looking for can be achieved by using CATransition. The link has more details, iphonedevsdk.com/forum/iphone-sdk-develo....

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions