Swift: rotate oblique a button in iOS8?
问题 Let's say I have one or more 100*50 rectangular buttons on my ViewController. import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } @IBAction func myButton(sender: UIButton) { } } usually I put my graphic images as their image. then I apply auto