Skip to content

Commit 273653c

Browse files
committed
Merge pull request #12 from doPanic/master
fixes and extensions
2 parents 976da11 + 51c0538 commit 273653c

File tree

6 files changed

+162
-64
lines changed

6 files changed

+162
-64
lines changed

Classes/View/PDFKBasicPDFViewer.h

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
#import <UIKit/UIKit.h>
1717
@class PDFKDocument;
18+
@class PDFKPageScrubber;
19+
@class PDFKBasicPDFViewerSinglePageCollectionView;
20+
@class PDFKBasicPDFViewerThumbsCollectionView;
1821

1922
typedef void (^PDFKBasicPDFViewerPageChangeBlock)(NSUInteger page);
2023

@@ -81,5 +84,54 @@ typedef void (^PDFKBasicPDFViewerPageChangeBlock)(NSUInteger page);
8184
*/
8285
@property (nonatomic, assign) BOOL standalone;
8386

87+
/**
88+
The toolbar displaied at the top of the screen.
89+
*/
90+
@property (nonatomic, retain, readonly) UIToolbar *navigationToolbar;
91+
/**
92+
The slider at the bottom of the screen to show the thumbnails.
93+
*/
94+
@property (nonatomic, retain, readonly) UIToolbar *thumbnailSlider;
95+
/**
96+
The popover controller to share the document on the iPad.
97+
*/
98+
@property (nonatomic, strong, readonly) UIPopoverController *activityPopoverController;
99+
/**
100+
The share button.
101+
*/
102+
@property (nonatomic, strong, readonly) UIBarButtonItem *shareItem;
103+
/**
104+
The item that notes wether or not the page is bookmarked.
105+
*/
106+
@property (nonatomic, strong, readonly) UIBarButtonItem *bookmarkItem;
107+
/**
108+
The page scrubber at the bottom of the view.
109+
*/
110+
@property (nonatomic, strong, readonly) PDFKPageScrubber *pageScrubber;
111+
/**
112+
The collection view of single pages to display.
113+
*/
114+
@property (nonatomic, strong, readonly) PDFKBasicPDFViewerSinglePageCollectionView *pageCollectionView;
115+
/**
116+
Wether or not the view is showing a single page.
117+
*/
118+
@property (nonatomic, assign, readonly) BOOL showingSinglePage;
119+
/**
120+
The collection view that displays all the thumbs.
121+
*/
122+
@property (nonatomic, strong, readonly) PDFKBasicPDFViewerThumbsCollectionView *thumbsCollectionView;
123+
/**
124+
Wether or not the thumbs collection view is showing thumbs.
125+
*/
126+
@property (nonatomic, assign, readonly) BOOL showingBookmarks;
127+
/**
128+
YES once view did load called.
129+
*/
130+
@property (nonatomic, assign, readonly) BOOL loadedView;
131+
132+
/**
133+
title of the button for going back from thumbnail-view to page-view
134+
*/
135+
@property (nonatomic, strong) NSString *backButtonTitle;
84136

85137
@end

Classes/View/PDFKBasicPDFViewer.m

Lines changed: 26 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -21,58 +21,27 @@
2121
#import "PDFKBasicPDFViewerSinglePageCollectionView.h"
2222
#import <TTOpenInAppActivity/TTOpenInAppActivity.h>
2323

24+
2425
@interface PDFKBasicPDFViewer () <UIToolbarDelegate, UIDocumentInteractionControllerDelegate, PDFKPageScrubberDelegate, UIGestureRecognizerDelegate, PDFKBasicPDFViewerThumbsCollectionViewDelegate, PDFKBasicPDFViewerSinglePageCollectionViewDelegate>
2526

26-
/**
27-
The toolbar displaied at the top of the screen.
28-
*/
29-
@property (nonatomic, retain) UIToolbar *navigationToolbar;
30-
/**
31-
The slider at the bottom of the screen to show the thumbnails.
32-
*/
33-
@property (nonatomic, retain) UIToolbar *thumbnailSlider;
34-
/**
35-
The popover controller to share the document on the iPad.
36-
*/
37-
@property (nonatomic, strong) UIPopoverController *activityPopoverController;
38-
/**
39-
The share button.
40-
*/
41-
@property (nonatomic, strong) UIBarButtonItem *shareItem;
42-
/**
43-
The item that notes wether or not the page is bookmarked.
44-
*/
45-
@property (nonatomic, strong) UIBarButtonItem *bookmarkItem;
46-
/**
47-
The page scrubber at the bottom of the view.
48-
*/
49-
@property (nonatomic, strong) PDFKPageScrubber *pageScrubber;
50-
/**
51-
The collection view of single pages to display.
52-
*/
53-
@property (nonatomic, strong) PDFKBasicPDFViewerSinglePageCollectionView *pageCollectionView;
54-
/**
55-
Wether or not the view is showing a single page.
56-
*/
57-
@property (nonatomic, assign) BOOL showingSinglePage;
58-
/**
59-
The collection view that displays all the thumbs.
60-
*/
61-
@property (nonatomic, strong) PDFKBasicPDFViewerThumbsCollectionView *thumbsCollectionView;
62-
/**
63-
Wether or not the thumbs collection view is showing thumbs.
64-
*/
65-
@property (nonatomic, assign) BOOL showingBookmarks;
66-
/**
67-
YES once view did load called.
68-
*/
69-
@property (nonatomic, assign) BOOL loadedView;
27+
@property (nonatomic, retain, readwrite) UIToolbar *navigationToolbar;
28+
@property (nonatomic, retain, readwrite) UIToolbar *thumbnailSlider;
29+
@property (nonatomic, strong, readwrite) UIPopoverController *activityPopoverController;
30+
@property (nonatomic, strong, readwrite) UIBarButtonItem *shareItem;
31+
@property (nonatomic, strong, readwrite) UIBarButtonItem *bookmarkItem;
32+
@property (nonatomic, strong, readwrite) PDFKPageScrubber *pageScrubber;
33+
@property (nonatomic, strong, readwrite) PDFKBasicPDFViewerSinglePageCollectionView *pageCollectionView;
34+
@property (nonatomic, assign, readwrite) BOOL showingSinglePage;
35+
@property (nonatomic, strong, readwrite) PDFKBasicPDFViewerThumbsCollectionView *thumbsCollectionView;
36+
@property (nonatomic, assign, readwrite) BOOL showingBookmarks;
37+
@property (nonatomic, assign, readwrite) BOOL loadedView;
7038

7139
@property (nonatomic, strong) UITapGestureRecognizer *singleTapGestureRecognizer;
7240
@property (nonatomic, strong) UITapGestureRecognizer *doubleTapGestureRecognizer;
7341

7442
@end
7543

44+
7645
@implementation PDFKBasicPDFViewer
7746

7847
#pragma mark - Initalization and Loading
@@ -290,15 +259,6 @@ - (void)resetNavigationToolbar
290259
UIBarButtonItem *listItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"Thumbs"] landscapeImagePhone:[UIImage imageNamed:@"Thumbs"] style:UIBarButtonItemStylePlain target:self action:@selector(list)];
291260
[buttonsArray addObject:listItem];
292261

293-
//Sharing Button
294-
if (_enableSharing || _enablePrinting || _enableOpening) {
295-
UIBarButtonItem *space = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:nil action:nil];
296-
space.width = 10.0;
297-
[buttonsArray addObject:space];
298-
_shareItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(send)];
299-
[buttonsArray addObject:_shareItem];
300-
}
301-
302262
//Flexible space
303263
[buttonsArray addObject:[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil]];
304264

@@ -318,6 +278,15 @@ - (void)resetNavigationToolbar
318278

319279
[buttonsArray addObject:_bookmarkItem];
320280
}
281+
282+
//Sharing Button
283+
if (_enableSharing || _enablePrinting || _enableOpening) {
284+
UIBarButtonItem *space = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:nil action:nil];
285+
space.width = 10.0;
286+
[buttonsArray addObject:space];
287+
_shareItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(send)];
288+
[buttonsArray addObject:_shareItem];
289+
}
321290
} else {
322291

323292
//Set controls for thumbs
@@ -335,7 +304,10 @@ - (void)resetNavigationToolbar
335304
}
336305

337306
//Go back
338-
UIBarButtonItem *listItem = [[UIBarButtonItem alloc] initWithTitle:@"Resume" style:UIBarButtonItemStylePlain target:self action:@selector(list)];
307+
if (!self.backButtonTitle) {
308+
self.backButtonTitle = @"Resume";
309+
}
310+
UIBarButtonItem *listItem = [[UIBarButtonItem alloc] initWithTitle:self.backButtonTitle style:UIBarButtonItemStylePlain target:self action:@selector(list)];
339311
[buttonsArray addObject:listItem];
340312

341313
//Flexible space

Classes/View/PDFKPageScrubber.h

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@
5757
*/
5858
@property (nonatomic, weak, readwrite) id <PDFKPageScrubberDelegate> scrubberDelegate;
5959

60+
/**
61+
The scrubber's page number label – use for styling.
62+
*/
63+
@property (nonatomic, strong) UILabel *pageNumberLabel;
64+
65+
/**
66+
the background color of the thumb
67+
defaults to [UIColor colorWithWhite:0.8 ...]
68+
*/
69+
@property (nonatomic, strong) UIColor *thumbBackgroundColor;
70+
6071
/**
6172
Initalize the scrubber with the given frame and document.
6273
@@ -98,6 +109,6 @@
98109
99110
@return A new thumb view.
100111
*/
101-
- (id)initWithFrame:(CGRect)frame small:(BOOL)small;
112+
- (id)initWithFrame:(CGRect)frame small:(BOOL)small andColor:(UIColor *)color;
102113

103114
@end

Classes/View/PDFKPageScrubber.m

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ @implementation PDFKPageScrubber
6565
NSTimer *trackTimer;
6666
}
6767

68+
@synthesize pageNumberLabel = pageNumberLabel;
69+
6870
- (id)initWithFrame:(CGRect)frame
6971
{
7072
return [self initWithFrame:frame document:nil];
@@ -144,6 +146,12 @@ - (id)initWithFrame:(CGRect)frame document:(PDFKDocument *)object
144146
return self;
145147
}
146148

149+
- (UIColor *)thumbBackgroundColor {
150+
if (!_thumbBackgroundColor) {
151+
return [UIColor colorWithWhite:0.8 alpha:1];
152+
}
153+
return _thumbBackgroundColor;
154+
}
147155

148156
- (void)removeFromSuperview
149157
{
@@ -241,7 +249,7 @@ - (void)layoutSubviews
241249
CGRect thumbRect = CGRectMake(thumbX, thumbY, THUMB_LARGE_WIDTH, THUMB_LARGE_HEIGHT);
242250

243251
//Create the thumb view
244-
pageThumbView = [[PDFKPageScrubberThumb alloc] initWithFrame:thumbRect];
252+
pageThumbView = [[PDFKPageScrubberThumb alloc] initWithFrame:thumbRect small:NO andColor:self.thumbBackgroundColor];
245253
//Z position so that it sits on top of the small thumbs
246254
pageThumbView.layer.zPosition = 1.0f;
247255
//Add as the first subview of the track control
@@ -289,7 +297,7 @@ - (void)layoutSubviews
289297
NSString *phrase = document.password;
290298

291299
//Create a small thumb view
292-
smallThumbView = [[PDFKPageScrubberThumb alloc] initWithFrame:thumbRect small:YES];
300+
smallThumbView = [[PDFKPageScrubberThumb alloc] initWithFrame:thumbRect small:YES andColor:self.thumbBackgroundColor];
293301
PDFKThumbRequest *thumbRequest = [PDFKThumbRequest newForView:smallThumbView fileURL:fileURL password:phrase guid:guid page:page size:size];
294302

295303
//Request the thumb
@@ -525,16 +533,15 @@ @implementation PDFKPageScrubberThumb
525533

526534
- (id)initWithFrame:(CGRect)frame
527535
{
528-
return [self initWithFrame:frame small:NO];
536+
return [self initWithFrame:frame small:NO andColor:[UIColor colorWithWhite:0.8 alpha:0]];
529537
}
530538

531-
- (id)initWithFrame:(CGRect)frame small:(BOOL)small
539+
- (id)initWithFrame:(CGRect)frame small:(BOOL)small andColor:(UIColor *)color
532540
{
533541
if ((self = [super initWithFrame:frame]))
534542
{
535543
CGFloat value = (small ? 0.6f : 0.7f); // Size based alpha value
536-
537-
UIColor *background = [UIColor colorWithWhite:0.8f alpha:value];
544+
UIColor *background = [color colorWithAlphaComponent:value];
538545

539546
self.backgroundColor = background;
540547
imageView.backgroundColor = background;

M13PDFKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "M13PDFKit"
3-
s.version = "1.0.3"
3+
s.version = "1.1.0"
44
s.summary = "M13PDFKit is an iBooks like PDF viewer that can be embedded in iOS applications."
55

66
s.description = <<-DESC
@@ -27,11 +27,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2727

2828
s.platform = :ios, '8.0'
2929

30-
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.3"}
30+
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.1.0"}
3131

3232
s.source_files = 'Classes/**/*.{h,m}'
3333

34-
s.ios.resource_bundle = { 'M13PDFKitResources' => 'Resources/*' }
34+
s.ios.resource_bundle = { 'M13PDFKitResources' => 'Resources/*.png' }
3535

3636
s.frameworks = 'Foundation', 'CoreGraphics', 'ImageIO', 'UIKit'
3737

M13PDFKit.xcodeproj/project.pbxproj

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99
/* Begin PBXBuildFile section */
1010
186C7FBB404D4DA5AD113882 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 88CCBC2FFD064D688D11FAD6 /* libPods.a */; };
11+
99FD8AAE1B4569AA0082331C /* Bookmark.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA21B4569AA0082331C /* Bookmark.png */; };
12+
99FD8AAF1B4569AA0082331C /* Bookmark@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA31B4569AA0082331C /* Bookmark@2x.png */; };
13+
99FD8AB01B4569AA0082331C /* Bookmark@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA41B4569AA0082331C /* Bookmark@3x.png */; };
14+
99FD8AB11B4569AA0082331C /* Bookmarked.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA51B4569AA0082331C /* Bookmarked.png */; };
15+
99FD8AB21B4569AA0082331C /* Bookmarked@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA61B4569AA0082331C /* Bookmarked@2x.png */; };
16+
99FD8AB31B4569AA0082331C /* Bookmarked@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA71B4569AA0082331C /* Bookmarked@3x.png */; };
17+
99FD8AB41B4569AA0082331C /* PageList.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA81B4569AA0082331C /* PageList.png */; };
18+
99FD8AB51B4569AA0082331C /* PageList@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AA91B4569AA0082331C /* PageList@2x.png */; };
19+
99FD8AB61B4569AA0082331C /* PageList@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AAA1B4569AA0082331C /* PageList@3x.png */; };
20+
99FD8AB71B4569AA0082331C /* Thumbs.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AAB1B4569AA0082331C /* Thumbs.png */; };
21+
99FD8AB81B4569AA0082331C /* Thumbs@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AAC1B4569AA0082331C /* Thumbs@2x.png */; };
22+
99FD8AB91B4569AA0082331C /* Thumbs@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 99FD8AAD1B4569AA0082331C /* Thumbs@3x.png */; };
1123
CA784DA21A1F99A6003F953B /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA784DA11A1F99A6003F953B /* ImageIO.framework */; };
1224
CA86CE8C1A1EAF45009CDD7C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA86CE8B1A1EAF45009CDD7C /* CoreGraphics.framework */; };
1325
CA86CE901A1EAF56009CDD7C /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA86CE8F1A1EAF56009CDD7C /* MessageUI.framework */; };
@@ -48,6 +60,18 @@
4860
/* Begin PBXFileReference section */
4961
3BC96A8F8D1C3AA80967EB3F /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
5062
88CCBC2FFD064D688D11FAD6 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
63+
99FD8AA21B4569AA0082331C /* Bookmark.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Bookmark.png; path = Resources/Bookmark.png; sourceTree = SOURCE_ROOT; };
64+
99FD8AA31B4569AA0082331C /* Bookmark@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Bookmark@2x.png"; path = "Resources/Bookmark@2x.png"; sourceTree = SOURCE_ROOT; };
65+
99FD8AA41B4569AA0082331C /* Bookmark@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Bookmark@3x.png"; path = "Resources/Bookmark@3x.png"; sourceTree = SOURCE_ROOT; };
66+
99FD8AA51B4569AA0082331C /* Bookmarked.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Bookmarked.png; path = Resources/Bookmarked.png; sourceTree = SOURCE_ROOT; };
67+
99FD8AA61B4569AA0082331C /* Bookmarked@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Bookmarked@2x.png"; path = "Resources/Bookmarked@2x.png"; sourceTree = SOURCE_ROOT; };
68+
99FD8AA71B4569AA0082331C /* Bookmarked@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Bookmarked@3x.png"; path = "Resources/Bookmarked@3x.png"; sourceTree = SOURCE_ROOT; };
69+
99FD8AA81B4569AA0082331C /* PageList.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PageList.png; path = Resources/PageList.png; sourceTree = SOURCE_ROOT; };
70+
99FD8AA91B4569AA0082331C /* PageList@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "PageList@2x.png"; path = "Resources/PageList@2x.png"; sourceTree = SOURCE_ROOT; };
71+
99FD8AAA1B4569AA0082331C /* PageList@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "PageList@3x.png"; path = "Resources/PageList@3x.png"; sourceTree = SOURCE_ROOT; };
72+
99FD8AAB1B4569AA0082331C /* Thumbs.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Thumbs.png; path = Resources/Thumbs.png; sourceTree = SOURCE_ROOT; };
73+
99FD8AAC1B4569AA0082331C /* Thumbs@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Thumbs@2x.png"; path = "Resources/Thumbs@2x.png"; sourceTree = SOURCE_ROOT; };
74+
99FD8AAD1B4569AA0082331C /* Thumbs@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Thumbs@3x.png"; path = "Resources/Thumbs@3x.png"; sourceTree = SOURCE_ROOT; };
5175
9B73E826AFCCB1D55EC99EF8 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
5276
CA784DA11A1F99A6003F953B /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
5377
CA86CE8B1A1EAF45009CDD7C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
@@ -139,6 +163,25 @@
139163
name = Pods;
140164
sourceTree = "<group>";
141165
};
166+
99FD8ABA1B4569AE0082331C /* Images */ = {
167+
isa = PBXGroup;
168+
children = (
169+
99FD8AA21B4569AA0082331C /* Bookmark.png */,
170+
99FD8AA31B4569AA0082331C /* Bookmark@2x.png */,
171+
99FD8AA41B4569AA0082331C /* Bookmark@3x.png */,
172+
99FD8AA51B4569AA0082331C /* Bookmarked.png */,
173+
99FD8AA61B4569AA0082331C /* Bookmarked@2x.png */,
174+
99FD8AA71B4569AA0082331C /* Bookmarked@3x.png */,
175+
99FD8AA81B4569AA0082331C /* PageList.png */,
176+
99FD8AA91B4569AA0082331C /* PageList@2x.png */,
177+
99FD8AAA1B4569AA0082331C /* PageList@3x.png */,
178+
99FD8AAB1B4569AA0082331C /* Thumbs.png */,
179+
99FD8AAC1B4569AA0082331C /* Thumbs@2x.png */,
180+
99FD8AAD1B4569AA0082331C /* Thumbs@3x.png */,
181+
);
182+
name = Images;
183+
sourceTree = "<group>";
184+
};
142185
CAF256291A1CFF0000F0EA4F = {
143186
isa = PBXGroup;
144187
children = (
@@ -163,6 +206,7 @@
163206
isa = PBXGroup;
164207
children = (
165208
CAF2565B1A1CFF2C00F0EA4F /* Classes */,
209+
99FD8ABA1B4569AE0082331C /* Images */,
166210
CAF256391A1CFF0000F0EA4F /* AppDelegate.h */,
167211
CAF2563A1A1CFF0000F0EA4F /* AppDelegate.m */,
168212
CA86CE911A1EB311009CDD7C /* SamplesTableViewController.h */,
@@ -344,9 +388,21 @@
344388
isa = PBXResourcesBuildPhase;
345389
buildActionMask = 2147483647;
346390
files = (
391+
99FD8AB71B4569AA0082331C /* Thumbs.png in Resources */,
392+
99FD8AB91B4569AA0082331C /* Thumbs@3x.png in Resources */,
347393
CA86CE971A1EB561009CDD7C /* Wikipedia.pdf in Resources */,
394+
99FD8AB01B4569AA0082331C /* Bookmark@3x.png in Resources */,
395+
99FD8AAF1B4569AA0082331C /* Bookmark@2x.png in Resources */,
396+
99FD8AB31B4569AA0082331C /* Bookmarked@3x.png in Resources */,
397+
99FD8AAE1B4569AA0082331C /* Bookmark.png in Resources */,
398+
99FD8AB11B4569AA0082331C /* Bookmarked.png in Resources */,
399+
99FD8AB21B4569AA0082331C /* Bookmarked@2x.png in Resources */,
348400
CAF256411A1CFF0000F0EA4F /* Main.storyboard in Resources */,
401+
99FD8AB41B4569AA0082331C /* PageList.png in Resources */,
349402
CAF256431A1CFF0100F0EA4F /* Images.xcassets in Resources */,
403+
99FD8AB81B4569AA0082331C /* Thumbs@2x.png in Resources */,
404+
99FD8AB61B4569AA0082331C /* PageList@3x.png in Resources */,
405+
99FD8AB51B4569AA0082331C /* PageList@2x.png in Resources */,
350406
);
351407
runOnlyForDeploymentPostprocessing = 0;
352408
};

0 commit comments

Comments
 (0)