Skip to content

evgenyvalavin/Arbus.Mobile.Essentials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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:

About

Essential tools for building mobile apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%