Skip to content

Commit 52c97f7

Browse files
authored
Merge pull request #3 from neoneye/master
Fixed broken scrolling on iOS11 + other improvements
2 parents 542795f + 973f51f commit 52c97f7

29 files changed

+490
-568
lines changed

Example/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
swift_version = "3.1"
2+
platform :ios, '10.0'
13
use_frameworks!
24

35
target 'ScrollableStackView_Example' do

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- ScrollableStackView (1.0.1)
2+
- ScrollableStackView (1.0.3)
33

44
DEPENDENCIES:
55
- ScrollableStackView (from `../`)
66

77
EXTERNAL SOURCES:
88
ScrollableStackView:
9-
:path: "../"
9+
:path: ../
1010

1111
SPEC CHECKSUMS:
12-
ScrollableStackView: 3c5d4ec63d442eb757edf6aba5cbed55197c70c6
12+
ScrollableStackView: 5a9f10bef68611af6cbfc23f8d6ece658e322c57
1313

14-
PODFILE CHECKSUM: ce2af2a366952d6b9046a4a798b61b3154f78e89
14+
PODFILE CHECKSUM: b2ec99d4f4a8d9c1af9e158b7c09fe85880ca3bd
1515

16-
COCOAPODS: 1.1.1
16+
COCOAPODS: 1.3.1

Example/Pods/Local Podspecs/ScrollableStackView.podspec.json

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

Example/Pods/Manifest.lock

Lines changed: 5 additions & 5 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: 204 additions & 200 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ScrollableStackView_Example/Pods-ScrollableStackView_Example-frameworks.sh

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

Example/Pods/Target Support Files/Pods-ScrollableStackView_Example/Pods-ScrollableStackView_Example-resources.sh

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

Example/Pods/Target Support Files/Pods-ScrollableStackView_Example/Pods-ScrollableStackView_Example-umbrella.h

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

Example/Pods/Target Support Files/Pods-ScrollableStackView_Example/Pods-ScrollableStackView_Example.debug.xcconfig

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/Target Support Files/Pods-ScrollableStackView_Example/Pods-ScrollableStackView_Example.release.xcconfig

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

0 commit comments

Comments
 (0)