/Effects

Effects for Xamarin.Forms

Primary LanguageC#MIT LicenseMIT

FormsCommunityToolkit library of Effects for Xamarin.Forms.

Included effects:

Effect Description iOS Android UWP
ENTRY
CapitalizeKeyboardEffect Enforces caps on the keyboard for an Entry x x x
ClearEntryEffect Adds a clear button to an Entry x x -
DisableAutoCorrectEffect Disables auto-correction and entry suggestions from an entry x x -
ItalicPlaceholderEffect Italicizes Placeholder of an Entry x Todo? -
RemoveBorderEffect Removes the border from an Entry on iOS x - x
RemoveEntryLineEffect Removes the underline from an Entry on Android - x -
SelectAllTextEntryEffect Select text in an Entry when receive focus x x x
LABEL
CustomFontEffect Custom font for a Label x x Todo
MultiLineLabelEffect Limit lines to given amount x x x
SizeFontToFitEffect Shrinks fonts to fit x x Todo
PICKER
ChangeColorPickerEffect Change colors of picker title x x x
SWITCH
ChangeColorSwitchEffect Change colors of switch x x Todo
VIEW
ViewBlurEffect Blur any view x Todo x
iOS

To use this on iOS you need to call

Organon.XForms.Effects.iOS.iOSEffects.Init();

from your AppDelegate. This ensures the assembly is loaded and the effects are available.

Samples iOS

ClearEntryEffect and CapitalizeKeyboardEffect

RemoveBorderEffect

BlurEffect

SwitchColorEffect

LabelEffects

Samples Android

Android Effects

Android Effects

LabelEffects

Samples UWP

UWP Blur Effect

UWP Entry Effects