Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created March 13, 2018 09:27
Show Gist options
  • Save vialyx/74711304e8c7c1063ab5c39bd9f7e75e to your computer and use it in GitHub Desktop.
Save vialyx/74711304e8c7c1063ab5c39bd9f7e75e to your computer and use it in GitHub Desktop.
/*
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