You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Library/UIKit/UIViewController+StoryboardSegueIdentifierProtocol.swift
+8-1
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,16 @@ public extension UIViewController {
16
16
- parameter identifier: The R.segue.* that identifies the triggered segue.
17
17
- parameter segue: The object that you want to use to initiate the segue. This object is made available for informational purposes during the actual segue.
18
18
19
-
- SeeAlso: Library for typed block based segues: https://github.com/tomlokhorst/SegueManager
19
+
- SeeAlso: Library for typed block based segues: [tomlokhorst/SegueManager](https://github.com/tomlokhorst/SegueManager)
0 commit comments