An open API service indexing awesome lists of open source software.

https://github.com/status302/seguehandlerhelper

A better way to handle segue identifier.
https://github.com/status302/seguehandlerhelper

ios segue storyboard swift-3 swift-framework

Last synced: 2 months ago
JSON representation

A better way to handle segue identifier.

Awesome Lists containing this project

README

        

SegueHandlerHelper
===
A better way to handle segue identifier.
Maybe should not type idetifier handly.

> Idea & Thanks:[https://www.natashatherobot.com/protocol-oriented-segue-identifiers-swift](https://www.natashatherobot.com/protocol-oriented-segue-identifiers-swift/#)

Installation
===
1. Carthage:
`github "qiuncheng/SegueHandlerHelper" ~> 1.0.0`
2. CocoaPods:
`pod 'SegueHandlerHelper'`

Use
===
As the `Example` shows.

LICENCE
===
Under [MIT](https://github.com/qiuncheng/SegueHandlerHelper/blob/master/LICENSE)