﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - How to add navigation bar or tool bar in the Modal View in iOS?</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-add-navigation-bar-or-tool-bar-in-the-Modal-View-in-iOS/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How to add navigation bar or tool bar in the Modal View in iOS?</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-add-navigation-bar-or-tool-bar-in-the-Modal-View-in-iOS/</link><pubDate>Thu, 12 Feb 2015 04:10:27 GMT</pubDate><dc:creator>hongliyu2002</dc:creator><description>&lt;p&gt;That's cool&lt;/p&gt;</description></item><item><title>How to add navigation bar or tool bar in the Modal View in iOS?</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-add-navigation-bar-or-tool-bar-in-the-Modal-View-in-iOS/</link><pubDate>Wed, 11 Feb 2015 11:12:12 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;To show navigation bar or toolbar in modal view, set the value of &lt;strong&gt;EnsureNavigationContext&lt;/strong&gt; property to &lt;strong&gt;true&lt;/strong&gt;. This property gets or sets a value that indicates whether the presented modal view should always be wrapped in a navigation context.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;protected override void ExecuteAdd(object parameter)
{
    this.NavigationService.Navigate&amp;lt;ItemEditorViewModel&amp;gt;(
        new NavigationParameter()
        {
            NavigationMode = NavigationMode.Modal,
            EnsureNavigationContext = true,
            ModalPresentationStyle = ModalPresentationStyle.FormSheet,
            CommandId = "Add"
        });
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to add navigation bar or tool bar in the Modal View in iOS?</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-add-navigation-bar-or-tool-bar-in-the-Modal-View-in-iOS/</link><pubDate>Mon, 09 Feb 2015 02:49:45 GMT</pubDate><dc:creator>hongliyu2002</dc:creator><description>&lt;p&gt;I found when a view navigates to second view by setting NavigationParameter.NavigationMode = NavigationMode.Modal, the navigation bar or toolbar on second view disappeared. Please tell me how to show them in Modal View?&lt;/p&gt;</description></item></channel></rss>