Essential tools for building mobile apps
public static SfSymbol ChevronRight => new("chevron.right");
public static SfSymbol ChevronLeft => new("chevron.left");
ChevronRight.ToUiImage(UIImageSymbolWeight.Medium);
_imageView = new UIImageView()
.Image(SfSymbols.ChevronRight); //implicit operator
DiffableDataSourceSnapshot and DataSourceIdentifierType
DiffableDataSourceSnapshot<TSection, TItem> snapshot = new();
snapshot.AppendSections(Sections);
snapshot.AppendItems(Items, section);
The latest stable releases are available on NuGet:
- Arbus.iOS.Essentials
- Arbus.Android.Essentials (None for now)