Skip to content

Commit 3ae85a3

Browse files
committed
correct sizing and positioning of tiled view, unless there are rotations
1 parent cdcda92 commit 3ae85a3

File tree

14 files changed

+146
-124
lines changed

14 files changed

+146
-124
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
2-
- iOSTiledViewer (0.1.0)
2+
- iOSTiledViewer (0.1.1)
33

44
DEPENDENCIES:
55
- iOSTiledViewer
66

77
SPEC CHECKSUMS:
8-
iOSTiledViewer: 9336d78441ea0e75cc5f4412e4a90c786c53ff4e
8+
iOSTiledViewer: 56c778a3094ecf99498b3e6d46b4b93dfd22b77f
99

1010
PODFILE CHECKSUM: 8e9511978f5d8c4d2dfa95ef56530a9eaa97d805
1111

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/iOSTiledViewer/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/iOSTiledViewer/iOSTiledViewer/Classes/IIIFImageLicense.swift

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/iOSTiledViewer/iOSTiledViewer/Classes/ITVScrollView.swift

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/iOSTiledViewer/iOSTiledViewer/Classes/ITVTiledView.swift

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/iOSTiledViewer.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@
212212
};
213213
607FACE41AFB9204008FA782 = {
214214
CreatedOnToolsVersion = 6.3.1;
215+
DevelopmentTeam = 873S4GA3KJ;
215216
LastSwiftMigration = 0800;
217+
ProvisioningStyle = Manual;
216218
TestTargetID = 607FACCF1AFB9204008FA782;
217219
};
218220
};
@@ -485,6 +487,7 @@
485487
607FACF31AFB9204008FA782 /* Debug */ = {
486488
isa = XCBuildConfiguration;
487489
buildSettings = {
490+
DEVELOPMENT_TEAM = 873S4GA3KJ;
488491
FRAMEWORK_SEARCH_PATHS = (
489492
"$(SDKROOT)/Developer/Library/Frameworks",
490493
"$(inherited)",
@@ -504,6 +507,7 @@
504507
607FACF41AFB9204008FA782 /* Release */ = {
505508
isa = XCBuildConfiguration;
506509
buildSettings = {
510+
DEVELOPMENT_TEAM = "";
507511
FRAMEWORK_SEARCH_PATHS = (
508512
"$(SDKROOT)/Developer/Library/Frameworks",
509513
"$(inherited)",

Example/iOSTiledViewer/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<array>
3535
<string>UIInterfaceOrientationPortrait</string>
3636
<string>UIInterfaceOrientationLandscapeLeft</string>
37+
<string>UIInterfaceOrientationLandscapeRight</string>
3738
</array>
3839
</dict>
3940
</plist>

0 commit comments

Comments
 (0)