- Latest release of NYTPhotoViewer
- Support loading remote image with FFImageLoading
- Nuget: https://www.nuget.org/packages/Xamarin.NYTPhotoViewer
Install-Package Xamarin.NYTPhotoViewer
https://github.com/NYTimes/NYTPhotoViewer
NYTPhotoViewerArrayDataSource dataSource = CreatePhotoDatasource();
NYTPhotosViewController controller = new NYTPhotosViewController(_dataSource, 0, null);
controller.WeakDelegate = this;
PresentViewController(controller, true, null);
- Checkout the Demo project to learn more