Skip to content

Renderer not initialized #64

Description

@frndxyz

IOS 10.3
Xamarin Forms 2.3.4.247

design view show this error;

screen shot 2017-06-29 at 4 25 06 pm

i have already placed initialization line in appdelegate.cs

                public override bool FinishedLaunching(UIApplication app, NSDictionary options)
		{			global::Xamarin.Forms.Forms.Init();
			OxyPlot.Xamarin.Forms.Platform.iOS.PlotViewRenderer.Init();	
			return base.FinishedLaunching(app, options);
		}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions