I did a quick once over of the API and put this library in my project.
First, amazing job. Really great stuff.
Question? Is their a way to check to see if a photo is a valid 360 photo? I have a UICollectionView to page through photos full screen. I want to show a UICollectionViewCell with the image inside a UIScrollView if the photo is not 360. Then I want to display a cell with this library if it is 360.
Would love to see a UIImage extension to check if it's a 360 photo or not.
I did a quick once over of the API and put this library in my project.
First, amazing job. Really great stuff.
Question? Is their a way to check to see if a photo is a valid 360 photo? I have a
UICollectionView
to page through photos full screen. I want to show aUICollectionViewCell
with the image inside aUIScrollView
if the photo is not 360. Then I want to display a cell with this library if it is 360.Would love to see a
UIImage
extension to check if it's a 360 photo or not.