SKPhotoBrowser
SKPhotoBrowser copied to clipboard
SKPhotoBrowser(originImage:photos:animatedFromView:) replacement
SKPhotoBrowser(originImage:photos:animatedFromView:) being marked as deprecated, what is the best alternative?
i think SKPhotoBrowser(photos: photos, initialPageIndex: initialPageIndex)
is best alternative.
Yes, but what if I want to keep the zoom animation from the original tapped view?
+1
+1
The README does not reflect that this convenience initializer is marked as deprecated either, nor is there any documentation as to why.
+1
+1
+1. I was wondering about it too.
+1
+1
I think we should use "SKPhotoBrowserDelegate", as shown in the sample code.