alanvabraham
alanvabraham

Reputation: 799

360 degree view in iOS application

I am working in an iPhone application which requires to create a 360degree view of an image. Upon my search what i could find is that images taken of the image and the images are rotated in a view .

I would like to know if anyone has a good solution or any good tutorial on how to achieve a really good this work.

Thank you

Upvotes: 2

Views: 3567

Answers (2)

msk
msk

Reputation: 8905

There are many js (e.g. here, here) libraries available for 360 degree panorama view. You can use UIWebView along with those libraries to achieve this easily.

Upvotes: 0

Related Questions