码迷,mamicode.com
首页 > 移动开发 > 详细

《view programming guide for iOS 》之可以使用动画效果的属性

时间:2016-07-04 13:46:47      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:

  • 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 》之可以使用动画效果的属性

标签:

原文地址:http://www.cnblogs.com/lelun/p/5640061.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!