Example #1
0
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.Init();
     LoadApplication(new App());
     SfChipGroupRenderer.Init();
     return(base.FinishedLaunching(app, options));
 }
 public MainWindow()
 {
     InitializeComponent();
     Forms.Init();
     CoreSampleBrowser.Init();
     SfGradientViewRenderer.Init();
     SfSegmentedControlRenderer.Init();
     SfChipGroupRenderer.Init();
     LoadApplication(new SampleBrowser.SfGradientView.App());
 }
Example #3
0
 public MainWindow()
 {
     InitializeComponent();
     Forms.Init();
     CoreSampleBrowser.Init();
     SfBadgeViewRenderer.Init();
     SfSegmentedControlRenderer.Init();
     SfChipGroupRenderer.Init();
     SfBorderRenderer.Init();
     SfTextInputLayoutRenderer.Init();
     SfButtonRenderer.Init();
     SfListViewRenderer.Init();
     LoadApplication(new SampleBrowser.SfBadgeView.App());
 }
Example #4
0
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.Init();
     LoadApplication(new App());
     SfTextInputLayoutRenderer.Init();
     SfRangeSliderRenderer.Init();
     SfButtonRenderer.Init();
     SfCheckBoxRenderer.Init();
     SfChipRenderer.Init();
     SfSegmentedControlRenderer.Init();
     SfChipGroupRenderer.Init();
     Syncfusion.XForms.iOS.TabView.SfTabViewRenderer.Init();
     Syncfusion.ListView.XForms.iOS.SfListViewRenderer.Init();
     SampleBrowser.Core.iOS.CoreSampleBrowser.Init(UIScreen.MainScreen.Bounds, app.StatusBarFrame.Size.Height);
     return(base.FinishedLaunching(app, options));
 }