This specifies where the pop over will appear and point an arrow directly for iPad
Related to issue
Closes #23
API Changes
Added:
public class MediaPickRequest
{
public int SelectionLimit { get; }
public MediaFileType[] Types { get; }
public Rectangle PresentationSourceBounds { get; set; }
}
public static class MediaGallery
{
public static async Task<MediaPickResult> PickAsync(MediaPickRequest request)
}
Description
This specifies where the pop over will appear and point an arrow directly for iPad
Related to issue
API Changes
Added:
PR Checklist
main