FluentLayout / Cirrious.FluentLayout

FluentLayout for Xamarin.iOS - sample uses MvvmCross
Microsoft Public License
148 stars 54 forks source link

Adds Mac support #19

Closed michaelstonis closed 8 years ago

michaelstonis commented 9 years ago

Adds in support for fluent layout constraints that work on the mac

slodge commented 9 years ago

ooooooh :+1:

I like the _nativeLayoutConstraint change :) I wonder if that can be used within an extension method to provide animation....

I like the shared project too... :)

Can't merge this right now - as I'm on a PeeCee and as I don't quite have a xam.mac license.... but soon... (unless someone beats me to it)

michaelstonis commented 9 years ago

I forgot that I had checked this in as well. This is specifically for animations. You would still need to capture can instance of the fluent layout object, but from there, you can update a few properties (constant, active, priority) and have it animate. I updated the sample MyViewController to show off some of those animations.

michaelstonis commented 9 years ago

Any thoughts or feedback on this?

gshackles commented 8 years ago

Closing this since the branch/PR has gotten stale and has conflicts, but please do open a new PR if there are still changes you'd like to contribute!