static void InitPlugins()
        {
            var t1 = typeof(CarouselView.FormsPlugin.Abstractions.CarouselViewControl);
            var t2 = typeof(Xamanimation.AnimationBase);
            var t3 = typeof(FFImageLoading.Transformations.TintTransformation);

            var bb = new IconImageRenderer();
        }
Exemplo n.º 2
0
        private void InitDependencies()
        {
            ImageCircleRenderer.Init();
            FFImageLoading.Forms.Platform.CachedImageRenderer.Init();
            var bb = new IconImageRenderer();

            Plugin.Jobs.CrossJobs.Init();
        }
Exemplo n.º 3
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();
            var bb = new IconImageRenderer();

            LoadApplication(new App(new iOSInitializer()));

            return(base.FinishedLaunching(app, options));
        }
Exemplo n.º 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 uiApplication, NSDictionary launchOptions)
        {
            global::Xamarin.Forms.Forms.Init();

            IconImageRenderer bb = new IconImageRenderer();

            LoadApplication(new Iconize.Sample.Application());

            return(base.FinishedLaunching(uiApplication, launchOptions));
        }