Skip to content

ArbusBiz/Arbus.Mobile.Essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbus.Mobile.Essentials

Essential tools for building mobile apps

Build Status

How top use iOS.Essentials

SfSymbol:

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

DiffableDataSource:

DiffableDataSourceSnapshot and DataSourceIdentifierType

DiffableDataSourceSnapshot<TSection, TItem> snapshot = new();
snapshot.AppendSections(Sections);
snapshot.AppendItems(Items, section);

Downloads

The latest stable releases are available on NuGet: