Created
February 3, 2019 00:40
-
-
Save barefeettom/fd3d01a55e138eb3ef83d7102887a044 to your computer and use it in GitHub Desktop.
CustomView IBOutlets
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
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