Skip to content

Commit

Permalink
add note about swift 1.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuch committed Mar 24, 2015
1 parent 8d03c12 commit 3eaa376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# StatefulViewController

<!--
[![Build Status](https://travis-ci.org/aschuch/StatefulViewController.svg)](https://travis-ci.org/aschuch/StatefulViewController)
-->

A view controller subclass that presents placeholder views based on content, loading, error or empty states.

Expand Down Expand Up @@ -85,6 +87,8 @@ stateMachine.transitionToState(.None, animated: true) {

## Installation

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.

#### Carthage

Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
Expand Down

0 comments on commit 3eaa376

Please sign in to comment.