summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS
diff options
context:
space:
mode:
authorDaniel Williamson <danielwilliamson17@gmail.com>2017-03-17 08:58:42 +1100
committerRui Marinho <me@ruimarinho.net>2017-03-16 21:58:42 +0000
commite36a02497a017e57d306e6e1f56c29f536505f2b (patch)
treefb6c607d0506b4b26e0ad9c2e68bcee8094c4d13 /Xamarin.Forms.Platform.iOS
parent467c1befa1379c2644a3607d87db9a6178575306 (diff)
downloadxamarin-forms-e36a02497a017e57d306e6e1f56c29f536505f2b.tar.gz
xamarin-forms-e36a02497a017e57d306e6e1f56c29f536505f2b.tar.bz2
xamarin-forms-e36a02497a017e57d306e6e1f56c29f536505f2b.zip
Set the transitioning delegate. (#819)
Diffstat (limited to 'Xamarin.Forms.Platform.iOS')
-rw-r--r--Xamarin.Forms.Platform.iOS/PlatformRenderer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.iOS/PlatformRenderer.cs b/Xamarin.Forms.Platform.iOS/PlatformRenderer.cs
index 5767c184..e37ad2d7 100644
--- a/Xamarin.Forms.Platform.iOS/PlatformRenderer.cs
+++ b/Xamarin.Forms.Platform.iOS/PlatformRenderer.cs
@@ -13,6 +13,7 @@ namespace Xamarin.Forms.Platform.iOS
View.BackgroundColor = UIColor.White;
View.AddSubview(modal.ViewController.View);
+ TransitioningDelegate = modal.ViewController.TransitioningDelegate;
AddChildViewController(modal.ViewController);
modal.ViewController.DidMoveToParentViewController(this);