Skip to content

Commit 39478e5

Browse files
committed
Add Empty to example
1 parent ad107ff commit 39478e5

File tree

8 files changed

+20
-12
lines changed

8 files changed

+20
-12
lines changed

Example/.DS_Store

-2 KB
Binary file not shown.

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- TrueTransition (0.4.10)
2+
- TrueTransition (1.0.2)
33

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

1111
SPEC CHECKSUMS:
12-
TrueTransition: 798e1cb5c04031bc3ed1e71440b4fe9555240200
12+
TrueTransition: 6d84d8256975da804d4f3b115da0228b6f870e6b
1313

1414
PODFILE CHECKSUM: d21fd06636927affcbb265097e968962ffed569f
1515

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

Lines changed: 3 additions & 6 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: 2 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/TrueTransition/TrueTransition-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/TrueTransition/ViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class ViewController: UIViewController {
3434
PushTransition(controllerToPush: viewControllerFactory),
3535
PopTransition(),
3636
DismissTransition(),
37-
AlertTransition(title: "Alert", message: "This is alert", okActionTitle: "Dismiss", okHandler: nil)
37+
AlertTransition(title: "Alert", message: "This is alert", okActionTitle: "Dismiss", okHandler: nil),
38+
EmptyTransition()
3839
]
3940
}
4041

Example/TrueTransitionExample.xcworkspace/contents.xcworkspacedata

Lines changed: 10 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)