Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKuznetsov committed Jul 11, 2017
2 parents a638c62 + ca89e5d commit d10900f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# TLVCFromStoryboard
UIViewController extension that searches for a view controller in all available storyboards by class name

A UIViewController extension that looks for a view controller in all available storyboards using class name as StoryboardID.

[![CocoaPods](https://img.shields.io/cocoapods/l/TLVCFromStoryboard.svg)](https://github.com/Flipboard/TLVCFromStoryboard/blob/master/LICENSE)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/TLVCFromStoryboard.svg)](https://img.shields.io/cocoapods/v/TLVCFromStoryboard.svg)
[![Platform](https://img.shields.io/cocoapods/p/TLVCFromStoryboard.svg?style=flat)](http://cocoadocs.org/docsets/TLVCFromStoryboard)
[![Twitter: @ryanolsonk](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/TonyMew)


## Installation

## Usage
As simple as

```
ViewController.initFromStoryboard()
```

0 comments on commit d10900f

Please sign in to comment.