Generic-user-small Michael Keith 1 post

hi there,

just a quick question regarding the TransitionView example (page 36 of the march 26 pdf).

you say:
bq.”If you’d like to specify that as well you can do so with a similar line of code, just change the "subviews" key with “superview” and set the animations dictionary on the sub@view.”

based on that i would assume the following would be added:

self.beach.animations = [NSDictionary dictionaryWithObject:[self animation] forKey:@"superview"];
self.snow.animations = [NSDictionary dictionaryWithObject:[self animation] forKey:@"superview"];

but this doesn’t appear to have any effect, so i assume i’m missing something.

what is the desired result? is it something like specifying kCATransitionPush instead of kCATransitionMoveIn for “subviews”?

cheers,

Mike

1 post, 1 voice