Control the zoom effect on UIImageView when adjustsImageWhenAncestorFocused = true

I'm trying to achieve the same effect as the carosel in the Movies app "Top Movies" tab. You will see when not in focus there is around 10-20pt between the big images and when in focus the width doesn't change but the height does. However on moving your finger slightly it will tilt left and right.


setting adjustsImageWhenAncestorFocused = true gives you the tilting + lsr effects but blows things up much larger than I would like in this case. Has anyone found a way to adjust the effect?


With image views (or UITableViewCells) I can do my own frame changes in didUpdateFocusInContext but I loose the 3d tilting effects.

Control the zoom effect on UIImageView when adjustsImageWhenAncestorFocused = true
 
 
Q