Created
March 13, 2018 09:27
-
-
Save vialyx/74711304e8c7c1063ab5c39bd9f7e75e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Note: Result of loadNibNamed is array of common level views from Nib | |
Usually the view you need is the first | |
*/ | |
let customView = classBundle.loadNibNamed("CustomView", owner: nil, options: nil)?.first |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment