Skip to content

Instantly share code, notes, and snippets.

View mariusw's full-sized avatar

Marius Waldal mariusw

  • Salamander Consulting AS
  • Oslo, Norway
View GitHub Profile
import Foundation
import UIKit
extension UIView {
convenience init(autoLayout: Bool) {
self.init(frame:CGRect.zero)
translatesAutoresizingMaskIntoConstraints = !(autoLayout)