I'm using NIToolbarPhotoViewController by subclassing it. So far everything is working, but i can not change max zoom scale like you can with scroll views. I'm set
photoAlbumView.zoomingAboveOriginalSizeIsEnabled = YES
and
photoAlbumView.pagingScrollView.maximumZoomScale = 100
But that didn't seen to do anything. It's still using the default zoom factor i think it's around 2, any ideas?