Tuesday, August 5, 2014

Xamarin.mac View Animation

NSAnimationContext.BeginGrouping();
NSAnimationContext.CurrentContext.Duration = 4.0f;

// Type the action you want


var rect = new RectangleF (0, 0, 581, 356);
ViewDetailedSummary.Frame = rect;


NSAnimationContext.EndGrouping();

No comments:

Post a Comment