dimonovdd / Xamarin.MediaGallery

This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
MIT License
151 stars 18 forks source link

improved getting UIViewController #50

Closed dimonovdd closed 3 years ago

dimonovdd commented 3 years ago

API Changes

Added the ability to set a custom function for getting current UIViewController

Added:

public static partial class Platform
{
    public static void Init(Func<UIViewController> getCurrentUIViewController)
}

PR Checklist