Learning iPad Programming: A Hands-On Guide to Building iPad Apps with iOS 5 (Gal Zentner's Library) by Kirby Turner & Tom Harrington

Learning iPad Programming: A Hands-On Guide to Building iPad Apps with iOS 5 (Gal Zentner's Library) by Kirby Turner & Tom Harrington

Author:Kirby Turner & Tom Harrington
Language: eng
Format: epub
Publisher: Addison Wesley
Published: 2012-06-16T16:00:00+00:00


@implementation CustomPushSegue

- (void)perform

{

UIView *sourceView = [[self sourceViewController] view]; // 2

UIView *destinationView = [[self destinationViewController] view]; // 3

UIImageView *sourceImageView;

sourceImageView = [[UIImageView alloc]

initWithImage:[sourceView pw_imageSnapshot]]; // 4

UIImageView *destinationImageView;

destinationImageView = [[UIImageView alloc]

initWithImage:[destinationView pw_imageSnapshot]];

CGRect originalFrame = [destinationImageView frame];

[destinationImageView setFrame:CGRectMake(originalFrame.size.width/2,

originalFrame.size.height/2,

0,

0)];

[destinationImageView setAlpha:0.3]; // 5



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.