Skip to content

Instantly share code, notes, and snippets.

@justinmstuart
Created October 20, 2014 15:45
Show Gist options
  • Save justinmstuart/681801cd3ba6dc6700b6 to your computer and use it in GitHub Desktop.
Save justinmstuart/681801cd3ba6dc6700b6 to your computer and use it in GitHub Desktop.
import UIKit
@IBDesignable
class DemoView: UIView {
override func awakeFromNib() {
setupViews()
}
override func prepareForInterfaceBuilder() {
setupViews()
}
func setupViews () {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment