tpfhwksk / eye_list_sujin

Gallery of spherical view(360 degree) using UITableView
4 stars 1 forks source link

stackoverflow #3

Open tpfhwksk opened 7 years ago

tpfhwksk commented 7 years ago

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.

tpfhwksk commented 7 years ago

ios swift / how to apply one gesture on one image to all images in UITableView.