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.
- Host: GitHub
- URL: https://github.com/status302/seguehandlerhelper
- Owner: status302
- License: mit
- Created: 2017-02-07T16:01:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T13:17:11.000Z (almost 8 years ago)
- Last Synced: 2025-03-13T14:16:00.657Z (3 months ago)
- Topics: ios, segue, storyboard, swift-3, swift-framework
- Language: Swift
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)