I am trying to construct shperical view application(same with panorama view) with ios.
there are listed images(paranonma) in UITableView.
you can view each image as 360 degrees using both device motion and finger gesture.
But, is it possible that one gesture at any image leads all image to take same effect of the gesture?
for example, if I circulate top image by finger, all image "also" circulates same with the top image.
I am trying to construct shperical view application(same with panorama view) with ios. there are listed images(paranonma) in UITableView. you can view each image as 360 degrees using both device motion and finger gesture. But, is it possible that one gesture at any image leads all image to take same effect of the gesture? for example, if I circulate top image by finger, all image "also" circulates same with the top image.