【发布时间】:2014-04-29 12:09:30
【问题描述】:
我想要根据链接的标签动画:- http://sandbox.sodainmind.com/hijricalendar/sampleanimation/
请点击“点击这里”按钮。 然后是日期和日期的动画。 我要准确的,谁能帮帮我。
问候, 乌彭德拉
【问题讨论】:
-
先生,您有没有尝试过实现这一目标?
我想要根据链接的标签动画:- http://sandbox.sodainmind.com/hijricalendar/sampleanimation/
请点击“点击这里”按钮。 然后是日期和日期的动画。 我要准确的,谁能帮帮我。
问候, 乌彭德拉
【问题讨论】:
包装箱日期标签和日期标签
使用 yourLabel.adjustsFontSizeToFitWidth = YES;
设置Date、Day、Blue Color View的width、hight、font size对应Big size。
[UIView animateWithDuration:0.5f animations:^{
// Put your 3rd step code here.
} completion:^(BOOL finished) {
}];
【讨论】: