Created
February 3, 2019 06:31
-
-
Save barefeettom/2006de0f65498daa76621bc7fabb41c0 to your computer and use it in GitHub Desktop.
CustomView subclass of NibView with IBOutlets
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
import UIKit | |
import BFWControls | |
@IBDesignable class CustomView: NibView { | |
@IBOutlet weak var textLabel: UILabel! | |
@IBOutlet weak var slider: UISlider! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment