Skip to content

Instantly share code, notes, and snippets.

@barefeettom
Created February 3, 2019 00:40
Show Gist options
  • Save barefeettom/fd3d01a55e138eb3ef83d7102887a044 to your computer and use it in GitHub Desktop.
Save barefeettom/fd3d01a55e138eb3ef83d7102887a044 to your computer and use it in GitHub Desktop.
CustomView IBOutlets
import UIKit
@IBDesignable class CustomView: UIView {
@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