iOS 8 CGAffineTransformMakeScale + autolayout not working any more
问题 There seems to be a some post related to my problem but none seems to help. How do I adjust the anchor point of a CALayer, when Auto Layout is being used? I have a scaled preview of my app (as a tutorial), which the standard view (and viewcontroller) scaled down and shown on another view. ============= = = = --------- = = - - = = -Preview- = = - - = = --------- = = View = ============= For this I use this code: previewViewController.view.transform = CGAffineTransformMakeScale(scale*2, scale*2