FormsCommunityToolkit library of Effects for Xamarin.Forms.
Included effects:
Effect | Description | iOS | Android | UWP |
---|---|---|---|---|
CapitalizeKeyboardEffect | Enforces caps on the keyboard for an Entry | x | x | x |
ClearEntryEffect | Adds a clear button to an Entry | x | x | - |
RemoveBorderEffect | Removes the border from an Entry on iOS | x | - | x |
RemoveEntryLineEffect | Removes the underline from an Entry on Android | - | x | - |
DisableAutoCorrectEffect | Disables auto-correction and entry suggestions from an entry | x | x | - |
ViewBlurEffect | Blur any view | x | Todo | x |
ChangeColorSwitchEffect | Change colors of switch | x | x | Todo |
SizeFontToFitEffect | Shrinks fonts to fit | x | x | Todo |
MultiLineLabelEffect | Limit lines to given amount | x | x | x |
CustomFontEffect | Custom font for a Label | x | x | Todo |
ItalicPlaceholderEffect | Italicizes Placeholder of an Entry | x | Todo? | - |
SelectAllTextEntryEffect | Select text in an Entry when receive focus | x | x | x |
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.