Created
January 10, 2017 13:47
-
-
Save urouro-net/47e19641422befeaa1d312def73fef43 to your computer and use it in GitHub Desktop.
Swift Load nib
This file contains 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
let view = Bundle.main.loadNibNamed("PreviewHeaderView", owner: self, options: nil)![0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment