June 2011
Intermediate to advanced
590 pages
19h 31m
English
To add zooming, you need to give the scroll view a delegate. In HypnosisterAppDelegate.h, declare that HypnosisterAppDelegate conforms to the UIScrollViewDelegate protocol:
@interface HypnosisterAppDelegate : NSObject <UIApplicationDelegate, UIScrollViewDelegate>
Figure 6.5 HypnosisView in UIScrollView

Open HypnosisterAppDelegate.m. In application:didFinishLaunchingWithOptions:, set the delegate and the limits of the zoom:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary ...
Read now
Unlock full access