【问题标题】:UILable Font increment with animation [closed]带有动画的 UILabel 字体增量[关闭]
【发布时间】:2014-04-29 12:09:30
【问题描述】:

我想要根据链接的标签动画:- http://sandbox.sodainmind.com/hijricalendar/sampleanimation/

请点击“点击这里”按钮。 然后是日期和日期的动画。 我要准确的,谁能帮帮我。

问候, 乌彭德拉

【问题讨论】:

  • 先生,您有没有尝试过实现这一目标?

标签: ios uilabel


【解决方案1】:
  1. 包装箱日期标签和日期标签

  2. 使用 yourLabel.adjustsFontSizeToFitWidth = YES;

  3. 等配置设置所有标签
  4. 设置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) {
    
    }];
    

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-02-11
    • 1970-01-01
    相关资源
    最近更新 更多