文章来源:淘论文网   发布者: 毕业设计   浏览量: 64



还可以点击去查询以下关键词:
[YXYNumberA]    [毕业]    [nimationLabel]    [YXYNumberA毕业nimationLabel]   

项目介绍:

YXYNumberAnimationLabel

=======================

一个数字动画Label

使用方法

设置AnimationSpeed属性的值可以调节动画变化速度,getter/setter方法如下:

-(double)AnimationSpeed; -(void)setAnimationSpeed:(double)speed;

字体会根据数字位数来自动调节字体大小,论文开题报告,你也可以通过实现numberSizeBlock来自定义字体大小,例如:

[self.numberLabel setNumberSizeBlock:^(double number) { self.numberLabel.font = [UIFont fontWithName:self.numberLabel.font.fontName size:30.0]; }];

最后调用changeFromNumber: toNumber: withAnimationTime:方法来让数字动起来:

[self.numberLabel changeFromNumber:1 toNumber:999999999 withAnimationTime:0.001];安装CocoaPods Installation

在Podfile中加入:

pod 'YXYNumberAnimationLabel'Manual Installation

将YXYNumberAnimationLabel文件夹拖拽到你的工程


这里还有:


还可以点击去查询:
[YXYNumberA]    [毕业]    [nimationLabel]    [YXYNumberA毕业nimationLabel]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/8123.docx
  • 上一篇:SRInfiniteCarouselView
  • 下一篇:DNOLabe毕业设计lAnimation