Skip to content

Instantly share code, notes, and snippets.

@barefeettom
Created February 3, 2019 06:31
Show Gist options
  • Save barefeettom/2006de0f65498daa76621bc7fabb41c0 to your computer and use it in GitHub Desktop.
Save barefeettom/2006de0f65498daa76621bc7fabb41c0 to your computer and use it in GitHub Desktop.
CustomView subclass of NibView with IBOutlets
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