The other option is to show a navigation controller modally, which
contains your view.

You could add the same buttons and text to it.

I'm unsure why you would want to show the nav bar from the previous view?

Regards,

James

On 30/01/2013, at 10:29 PM, Nic Wise <n...@fastchicken.co.nz> wrote:

> I'm not sure that you could show something modal _and_ still show the nav bar.
>
> you could try putting a nav bar sized transparent view there, so it
> shows whats under it? Messy, but it might work. The user couldn't
> interact with it.
>
> you could also add the view into the UINavigationController as normal,
> but use an animation to move it in from the bottom. Xamarin have a
> seminar on that kind of thing: "Delighting Your Users With
> CoreAnimation" -> http://xamarin.com/seminars
>
> A view ca ne animated like any other property.
>
> You could also add a NavBar into your new view, and make it look the
> same as the one it's covering. Also possibly messy, but that would get
> you the same result.
>
> On 29 January 2013 22:17, Alejandro Vazquez <alexvazq...@yahoo.com> wrote:
>> Hi,
>>
>> I have a UIViewController that has a Navigation Bar in an Iphone App and I
>> want to show a ViewController in modal state but right now when the modal
>> appears it covers all the screen and I want it to fly vertically from bottom
>> to top but It util NavBar. So I can still see the NavBar.
>>
>> Is there a property that can handle this or any clue how to deal with it?
>>
>> Thanks a lot,
>>
>> Alejandro
>>
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
>
>
>
> --
> Nic Wise
> t.  +44 7788 592 806 | @fastchicken
> b. http://www.fastchicken.co.nz/
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to