Quote:
Originally Posted by AutoCog
Can anyone point me in the right direction to figure out how to do something like what "AMICA" insurance did in their app? Here is a screen shot of the page I'm talking about. You can swipe your finger across the front and center sphere to rotate to the next one. I've never seen this technique anywhere else.
Thanks.
Sorry, I can't get the attachment to work. I doubt anyone will care enough to try but it is a free app in the app store if you search "AMICA". Thanks amnyway.
|
If I had to guess, they probably utilized UISwipeGestureRecognition on a UIView that contained the 4 UIImageViews (orbs) and labels. When you swipe they translate, scale, and adjust opacity of the UIImageView to give a 3D look to the navigation.