From 763461246d457071ff99160e718c0462236a313f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 19 Feb 2019 14:36:59 +0200 Subject: [PATCH] [iOS] Fix the layout of the button (#5221) * fixes #5160 - it appears that iOS has a nice little delay when setting the title to the layout --- .../GalleryPages/ButtonLayoutGalleryPage.xaml | 4 ++++ Xamarin.Forms.Platform.iOS/Renderers/ButtonLayoutManager.cs | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Xamarin.Forms.Controls/GalleryPages/ButtonLayoutGalleryPage.xaml b/Xamarin.Forms.Controls/GalleryPages/ButtonLayoutGalleryPage.xaml index 51ec220..1b7417d 100644 --- a/Xamarin.Forms.Controls/GalleryPages/ButtonLayoutGalleryPage.xaml +++ b/Xamarin.Forms.Controls/GalleryPages/ButtonLayoutGalleryPage.xaml @@ -24,6 +24,10 @@