I have a class like this:
class foo: UIView { static let childView: UIView static func addView(onView: UIView) { //add childView onto onView }