Skip to content

smstuebe/mvvmcross-calligraphy

Repository files navigation

Calligraphy for MvvmCross    NuGet

Provides a special Calligraphy binding for MvvmCross.

Why?

See the blog post: http://smstuebe.de/2017/02/12/mvvmcross-calligraphy/

Usage

Install-Package MvvmCross.Calligraphy

and modify your Setup.cs

public class Setup : MvxAndroidSetup
{
    protected override MvxAndroidBindingBuilder CreateBindingBuilder()
    {
        return new CalligraphyMvxAndroidBindingBuilder();
    }
} 

About

Provides a special Calligraphy binding for MvvmCross.

Resources

License

Stars

Watchers

Forks

Packages

No packages published