GitHunt
OO

ooikengsiang/iNormal

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

iNormal

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

Progress Bar

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

Fluent Auto Layout

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);

Languages

C#100.0%

Contributors

MIT License
Created May 19, 2019
Updated August 15, 2019