UIView实现水平翻转

1
2
let view = UIView(frame: CGRect(x: 100, y: 100, width: 100, height: 100))
view.layer.transform = CATransform3DMakeRotation(CGFloat(M_PI), 0, 1, 0)
Author

陈昭

Posted on

2016-12-05

Updated on

2021-12-27

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Kommentare

You forgot to set the shortname for Disqus. Please set it in _config.yml.