Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 01394bb

Browse files
committed
SwiftDoc for TypedStoryboardSegueInfo
1 parent 0ab9e81 commit 01394bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Library/UIKit/TypedStoryboardSegueInfo+UIStoryboardSegue.swift

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ import Foundation
1010
import UIKit
1111

1212
extension TypedStoryboardSegueInfo {
13+
/**
14+
Returns typed information about the given segue, fails if the segue doesn't exactly match this identifier.
15+
16+
- returns: A newly initialized TypedStoryboardSegueInfo object or nil.
17+
*/
1318
public init?(segue: UIStoryboardSegue) {
1419
guard let identifier = segue.identifier,
1520
sourceViewController = segue.sourceViewController as? Source,

0 commit comments

Comments
 (0)