A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Accessing a Renderer from Xamarin.Forms
Nathan Sokalski
4,111
Reputation points
I need to access the Renderer Base Classes as mentioned at the following:
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/custom-renderer/renderers
This says they are located at the following namespace:
Xamarin.Forms.Platform.Android
However, this namespace does not seem to be available in the shared project of Xamarin.Forms. I'm not sure what I need to add to my shared project to make this available, can anybody help me? Thanks.
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
Sign in to answer