I have an UIView with around 50 UIButtons. All button positions were given in pixels, relative to the left upper corner of my main UIView.
All (background) images us
Update for Swift 3.0
self.view.transform = CGAffineTransform(scaleX: 2.0, y: 2.0)