Skip to content

Commit fe6b813

Browse files
Petr Tomíčektomicekp
andauthored
implementation of pulldown closure, enbles to pull down embeded view controller from other VC (#9)
* implementation of pulldown closure, enbles to pull down embeded view controller from other VC Co-authored-by: tomicekp <[email protected]>
1 parent 96c662d commit fe6b813

File tree

15 files changed

+421
-289
lines changed

15 files changed

+421
-289
lines changed

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- UIViewController-DisplayInDrawer (0.1.0)
2+
- UIViewController-DisplayInDrawer (1.0.0)
33

44
DEPENDENCIES:
55
- UIViewController-DisplayInDrawer (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
UIViewController-DisplayInDrawer: 61f7f8442e5807d7f4ca1baeb94d544b1e0b0cf2
12+
UIViewController-DisplayInDrawer: c131b40d8c18c7d1847ff9ccef078f4c34fe8c37
1313

1414
PODFILE CHECKSUM: b90b887318da9d26593eba7d1999d3632ffbe544
1515

16-
COCOAPODS: 1.5.3
16+
COCOAPODS: 1.8.4

Example/Pods/Local Podspecs/UIViewController-DisplayInDrawer.podspec.json

Lines changed: 6 additions & 5 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: 3 additions & 3 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: 264 additions & 248 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-UIViewController-DisplayInDrawer_Example/Pods-UIViewController-DisplayInDrawer_Example-Info.plist

Lines changed: 26 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-UIViewController-DisplayInDrawer_Example/Pods-UIViewController-DisplayInDrawer_Example-frameworks.sh

Lines changed: 28 additions & 10 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-UIViewController-DisplayInDrawer_Example/Pods-UIViewController-DisplayInDrawer_Example.debug.xcconfig

Lines changed: 3 additions & 2 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-UIViewController-DisplayInDrawer_Example/Pods-UIViewController-DisplayInDrawer_Example.release.xcconfig

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

Example/Pods/Target Support Files/UIViewController-DisplayInDrawer/UIViewController-DisplayInDrawer-Info.plist

Lines changed: 26 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/UIViewController-DisplayInDrawer/UIViewController-DisplayInDrawer.xcconfig

Lines changed: 2 additions & 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)