This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sam Warner
committed
Feb 12, 2019
1 parent
a75479e
commit 8b0599f
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,11 @@ When using the `UIView.animate` api, you may find yourself using the `completion | |
|
||
## How to get it | ||
|
||
### Manually | ||
|
||
Download `https://github.com/DomainGroupOSS/swift-chainable-animations/blob/master/ChainableAnimations/UIViewAnimationExtensions.swift` and add it to your project. Job done! | ||
|
||
|
||
### Carthage | ||
|
||
``` | ||
|
@@ -20,6 +25,10 @@ git "[email protected]:DomainGroupOSS/swift-chainable-animations.git" "0.1.0" | |
pod "SwiftChainableAnimations", "0.1.0" | ||
``` | ||
|
||
### Swift Package Manager | ||
|
||
`//TODO` | ||
|
||
## Usage | ||
|
||
`ChainableAnimations` is a single-file μ-framework which provides an alternate `UIView` api: | ||
|