首页 > 移动平台 > 详细

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

时间:2016-07-04 13:44:02      阅读:145      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!