《view programming guide for iOS 》之可以使用动画效果的属性
Posted 小爷的爷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了《view programming guide for iOS 》之可以使用动画效果的属性相关的知识,希望对你有一定的参考价值。
-
frame
—Use this to animate position and size changes for the view. ,框架,可以视图动态改变大小和位置 -
bounds
—Use this to animate changes to the size of the view. ,可以改变视图的大小 -
center
—Use this to animate the position of the view. ,可以改变视图的位置 -
transform
—Use this to rotate or scale the view. ,可以改变视图的比例和旋转 -
alpha
—Use this to change the transparency of the view. ,可以改变视图的透明度 -
backgroundColor
—Use this to change the background color of the view. ,可以改变视图的背景颜色 -
contentStretch
—Use this to change how the view’s contents stretch. ,可以拉伸视图的内容
以上是关于《view programming guide for iOS 》之可以使用动画效果的属性的主要内容,如果未能解决你的问题,请参考以下文章
View Programming Guide for iOS 视图编程指南 - iOS
《view programming guide for iOS 》之可以使用动画效果的属性