davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

Grab flyout view bounds when rendering calculations are already done #25

Closed Depechie closed 5 years ago

Depechie commented 5 years ago

Fixes #23

davidortinau commented 5 years ago

Perfect, thanks! Looks good. And this makes sense now that I see it. I was using Bounds previously, but the measuring was whack at that point. It was way too big or way to small depending on which Bounds I read.