Re: Animating only one axis of a UIView move?

2012-04-09 Thread Alex Kac
I still wonder why - through at least two major OS revisions that have incorporated new iOS style APIs why Apple has not yet massively improved this. There are several ways to do this and #1 it would make moving from iOS to OS X much easier, and #2 would make it more enjoyable. On Apr 9, 2012,

Re: Animating only one axis of a UIView move?

2012-04-09 Thread Rick Mann
On Apr 9, 2012, at 17:05 , Kyle Sluder wrote: > > On Apr 9, 2012, at 5:01 PM, Rick Mann wrote: > >> Any suggestions? I think I could do this in OS X with the full power of Core >> Animation, but stuff is missing in iOS, right? > > Heck no. Core Animation is much better-integrated with UIKit i

Re: Animating only one axis of a UIView move?

2012-04-09 Thread Kyle Sluder
On Apr 9, 2012, at 5:01 PM, Rick Mann wrote: > Any suggestions? I think I could do this in OS X with the full power of Core > Animation, but stuff is missing in iOS, right? Heck no. Core Animation is much better-integrated with UIKit in iOS than it is with AppKit in Mac OS X. This is the exact

Animating only one axis of a UIView move?

2012-04-09 Thread Rick Mann
I'm experimenting with a two-axis thumbnail browsing UI. Currently, I have a horizontal strip of thumbnails, which is left-right scrollable. If you pan up in one of the thumbs, a vertical strip grows up out of the thumbnail where the pan started. If the user tried to scroll the horizontal strip