Learn iOS 7 App Development by James Bucanek

Learn iOS 7 App Development by James Bucanek

Author:James Bucanek [Bucanek, James]
Language: eng
Format: epub, pdf
Tags: Computers, Programming, Macintosh, Hardware, Mobile Devices
ISBN: 9781430250623
Google: hYSUnAEACAAJ
Amazon: 1430250623
Publisher: Apress
Published: 2013-12-27T05:00:00+00:00


The Paginator

The code for WLPaginator.h is in Listing 12-1 and the code for WLPaginator.m is in Listing 12-2. If you want to copy and paste the solution, you’ll find the source files for the finished code in the Learn iOS Development Projects Ch 12 Wonderland project folder.

Listing 12-1. WLPaginator.h

#import <Foundation/Foundation.h>

@interface WLPaginator : NSObject

@property (strong,nonatomic) NSString *bookText;

@property (strong,nonatomic) UIFont *font;

@property (readonly,nonatomic) NSDictionary *fontAttrs;

@property (nonatomic) CGSize viewSize;

@property (readonly,nonatomic) NSUInteger lastKnownPage;



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.