Skip to content

Xamarin.iOS XibFree library

Notifications You must be signed in to change notification settings

LuoyeAn/XibFree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XibFree

Build status Build Status NuGet NuGet Pre Release CodeFactor BCH compliance

XibFree fix some bugs

See http://www.toptensoftware.com/xibfree/ for more information.

Nuget

To install it with nuget:

        Install-Package XibFree

Animate Feature

added the Animate feature for LinearLayout subviews.

        _contentLayout = new LinearLayout(Orientation.Vertical);
        _contentLayout.Animate = true;
        _contentLayout.AnimateDuration = 0.5f;

Contributing

We're looking forward to your contributions via pull requests on GitHub.

Contact

If you have further questions or are running into trouble, feel free to open an issue here