LayChan

Results 1 comments of LayChan

Hello, I can not turn pages when using this method: ``` NYTPhotoViewerArrayDataSource *dataSource = [[NYTPhotoViewerArrayDataSource alloc] initWithPhotos:photos]; NYTPhotosViewController *photosViewController = [[NYTPhotosViewController alloc] initWithDataSource:dataSource initialPhoto:photoM delegate:nil]; [self presentViewController:photosViewController animated:NO completion:nil]; ```...