Sample Control implementations using the NControl library. Implementations for iOS/Android/Windows Phone 8/8.1 is included.
Call NControls.Init ()
in your app startup code.
Some of this controls are just conceptual demos of things that can be accomplished with NControl and Xamarin.Forms. Other controls are complete.
Control that can read svg files using the SvgReader class found in NGraphics. The control handles resizing and redrawing within Xamarin.Forms. Uses embedded resources for svg files. To load an svg file, set the SvgAssemblyType property to a type defined in the assembly where the svg file is embedded, and provide the full resouce path for the embedded svg file to the SvgResource property.
Thanks to Veridit As for sponsorship
Simple but full implementation of a Xamarin.Forms Image that blurs the image.
Simple calendar view.
Popup in Xamarin.Forms with full support for view models, page and content.
Fully implemented floating label from Brad Frost's Floating Label concept.
Implements a content view with round corners and correct clipping on all platforms.
Label with constants for FontAwesome icons
Label with constnats for Material design icons.
Container view with snapping and sliding.
Page control based on the iOS paging control.
Material design based button with ripple effect.
Material design based action button
Material design based action button with toggle support
Material design based action button with expanding sub buttons.
Fully implemented TabControl.