Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TLAnimatedSegue is a storyboard segue that allow you to write animated transisio

The project contains two classes: `TLPresentSegue` and `TLAnimatedSegue`. The last one inherit from the first.

To use this segue you need to setup it on your storyboard like any other segue. XCode detect the UIStoryboardSegue subclass you have on your project and will let you pick it right in your storyboard.
To use this segue you need to setup it on your storyboard like any other segue. Xcode detect the UIStoryboardSegue subclass you have on your project and will let you pick it right in your storyboard.

![seguesetup](http://zippy.gfycat.com/SparseSpotlessBubblefish.gif)

Expand Down