We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d03c12 commit 3eaa376Copy full SHA for 3eaa376
README.md
@@ -1,6 +1,8 @@
1
# StatefulViewController
2
3
+<!--
4
[](https://travis-ci.org/aschuch/StatefulViewController)
5
+-->
6
7
A view controller subclass that presents placeholder views based on content, loading, error or empty states.
8
@@ -85,6 +87,8 @@ stateMachine.transitionToState(.None, animated: true) {
85
87
86
88
## Installation
89
90
+The master branch of AwesomeCache is ready for swift 1.2. In case you are still on 1.1, please refer to the `swift-1.1` tag.
91
+
92
#### Carthage
93
94
Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
0 commit comments