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

Commit 4820695

Browse files
committed
Rename initialViewController to instantiateInitialViewController
1 parent e6f4575 commit 4820695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Library/UIKit/StoryboardResourceWithInitialController+UIKit.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public extension StoryboardResourceWithInitialControllerType {
1515

1616
- returns: The initial view controller in the storyboard.
1717
*/
18-
public func initialViewController() -> InitialController? {
18+
public func instantiateInitialViewController() -> InitialController? {
1919
return UIStoryboard(resource: self).instantiateInitialViewController() as? InitialController
2020
}
2121
}

0 commit comments

Comments
 (0)