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

Commit a560db9

Browse files
committed
Correct comment about UIViewController nib loading
1 parent 90e5673 commit a560db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/UIKit/UIViewController+NibResource.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public extension UIViewController {
1313
/**
1414
Returns a newly initialized view controller with the nib resource (R.nib.*).
1515

16-
- parameter nib: The name of the nib resource (R.nib.*) to associate with the view controller.
16+
- parameter nib: The nib resource (R.nib.*) to associate with the view controller.
1717

1818
- returns: A newly initialized UIViewController object.
1919
*/

0 commit comments

Comments
 (0)