This library can watch a spherical image.
https://www.youtube.com/watch?v=crqeokiwsfc
- Support 2 Lens image. like the THETA.
- https://theta360.com/
- Simple and easy.
let vc = RNSphereImageViewController()
vc.configuration = RNSIConfiguration()
let resourceName = "<input image file name.>"
let resourceType = "<input image file type.>"
let path = NSBundle.mainBundle().pathForResource(resourceName, ofType: resourceType)
vc.configuration.filePath = path
vc.configuration.fps = 60
self.navigationController?.pushViewController(vc, animated: true)
- iOS 11
- Swift 5
Support CocoaPods
pod 'RNSphereImageViewer', '~> 3.0'
MIT License
I am a Japanese programmer, so I have some trouble writing in English. You may find a typo or mistake but just be nice with your feedback.
Thank you for your support and kindness.