摘要:
动画 iOS基础 1. basic animation 基础动画 一个基础动画 在一个开始值和一个结束值之间运动 messageLabel.alpha=0.0; [UIView animateWithDuration:0.5 animation:^{ messageLabel.alpha=1.0; }]; 方法 animateWithDuration:animations... 阅读全文
posted @ 2015-09-22 18:01
巴山夜雨1989
阅读(303)
评论(0)
推荐(0)

浙公网安备 33010602011771号