Skip to content

Lunavast/MvvmCrossAutoLayout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvvmCrossAutoLayout

https://github.com/chariotsystems/MvvmCrossAutoLayout

Wouldn’t it be nice if you could auto layout an iOS app just like this?

        Profile.AddContainer ("Details", UIColor.White);
        
        Profile.AddContainer ("Photo", UIColor.White);
        
        Profile.AddConstraint ("V:|-[Details]-|");
        
        Profile.AddConstraint ("V:|-[Photo]-(>=8)-|");
        
        Profile.AddConstraint ("H:|-[Details]-(>=8)-[Photo]-|");  

No clutter - just the views and the constraints

Well now you can: https://github.com/chariotsystems/MvvmCrossAutoLayout

With a Wiki here: https://github.com/chariotsystems/MvvmCrossAutoLayout/wiki

About

iOS AutoLayout Xamarin Mvvmcross

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%