Skip to content

A collection of Xamarin.iOS library written in C# that help simplify iOS development.

License

Notifications You must be signed in to change notification settings

ooikengsiang/iNormal

Repository files navigation

iNormal

A collection of Xamarin.iOS library written in C# that help simplify iOS development.

A really normal progress bar that function like a normal progress bar. A progress bar which can perform determinate progress and indeterminate progress.

progress bar indeterminate

Code auto layout using fluent interface and reduce many boilerplate code required for a simple layout.

NameView = new UIView()
{
    TranslatesAutoresizingMaskIntoConstraints = false
};
NameView.SetParentAndConstraints(View)
    .Left(NSLayoutRelation.Equal, View, NSLayoutAttribute.Left, 1f, 10f)
    .Right(NSLayoutRelation.Equal, View, NSLayoutAttribute.Right, 1f, 10f)
    .Top(NSLayoutRelation.Equal, View, NSLayoutAttribute.Top, 1f, 10f);

About

A collection of Xamarin.iOS library written in C# that help simplify iOS development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages