Skip to content

trinnguyen/NYTPhotoViewer-Xamarin

Repository files navigation

NYTPhotoViewer for Xamarin.iOS

NuGet version

Install-Package Xamarin.NYTPhotoViewer

Orignal library

https://github.com/NYTimes/NYTPhotoViewer

Usage

NYTPhotoViewerArrayDataSource dataSource = CreatePhotoDatasource();
NYTPhotosViewController controller = new NYTPhotosViewController(_dataSource, 0, null);
controller.WeakDelegate = this;
PresentViewController(controller, true, null);
  • Checkout the Demo project to learn more

About

Xamarin.iOS Binding Library for NYTPhotoViewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages