Skip to content

Commit 021c28c

Browse files
authored
Merge pull request #25 from Orderella/iOS8
iOS8 compatibility
2 parents 4a5a38c + e5f1c8c commit 021c28c

33 files changed

+1413
-407
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* **0.4.0** iOS 8 compatibility
34
* **0.3.3** Fixes buttons being added multiple times
45
* **0.3.2** Dialog repositioning when interacting with keyboard<br>Non dismissable buttons option<br>Additional completion handler when dialog is dismissed
56
* **0.3.1** Fixed Carthage issues

Example/Podfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
PODS:
2-
- PopupDialog (0.3.2)
2+
- PopupDialog (0.4.0):
3+
- TZStackView
4+
- TZStackView (1.2.0)
35

46
DEPENDENCIES:
57
- PopupDialog (from `../`)
@@ -9,7 +11,8 @@ EXTERNAL SOURCES:
911
:path: "../"
1012

1113
SPEC CHECKSUMS:
12-
PopupDialog: 8575b6974bfe39be1735011ea3e8c72efc28e9e1
14+
PopupDialog: 5f87c0c97af1cf5f2eee6e5a83421c3fc0d22fb5
15+
TZStackView: 4b82373b4aabe4d99adf739a34e1bc6755149272
1316

1417
PODFILE CHECKSUM: d8495001123cc68c0f614ef520d9741b67defd8d
1518

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

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

Example/Pods/TZStackView/LICENSE

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

Example/Pods/TZStackView/README.md

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

Example/Pods/TZStackView/TZStackView/TZSpacerView.swift

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

0 commit comments

Comments
 (0)