示例#1
0
        /// <summary>
        /// Initializes a new instance of the App class.
        /// </summary>
        public App()
        {
            this.InitializeComponent();

            var page = SampleBrowser.GetMainPage("SfPopupLayout", "SampleBrowser.SfPopupLayout");

            this.MainPage = page;
        }
示例#2
0
        /// <summary>
        /// Initializes a new instance of the App class.
        /// </summary>
        public App()
        {
            this.InitializeComponent();

            var page = SampleBrowser.GetMainPage("SfPopupLayout", "SampleBrowser.SfPopupLayout");

            page.On <Xamarin.Forms.PlatformConfiguration.iOS>().SetUseSafeArea(true);
            this.MainPage = page;
        }