LazyFadeInView 渐入显示text文本

https://github.com/itouch2/LazyFadeInView

LazyFadeInView is a cool way to animate the appearnce of a label. This effect is a clone of Secret app.

LazyFadeInView 非常酷,以一种动画的形式来显示一个label。与 Secret app 中的效果一样。

Usage

To use LazyFadeInView, create a LazyFadeInView and add it to your view. It will animate to show up once it's text is set.

使用 LazyFadeInView,创建一个LazyFadeInView,然后添加到你的view中。它会自动的用动画的形式显示出来。

An example of making a lazy fade in view:

以下是一个例子,教你如何创建以及使用的:

LazyFadeInView *fadeInView = [[LazyFadeInView alloc] initWithFrame:CGRectMake(20, 120, 280, 200)];
self.fadeInView.text = @"Stray birds of summer come to my window to sing and fly away.";
[self.view addSubview:self.fadeInView];

A Quick Peek

 

最新文章

  1. linux下安装svn server
  2. iPhone与iPad在开发上的区别
  3. Android屏幕适配全攻略(最权威的官方适配指导)(转),共大家分享。
  4. 暴力枚举 UVA 10976 Fractions Again?!
  5. python 代码片段4
  6. datatables使用
  7. 22.I/O特性
  8. @Entity设置实体lazy = false
  9. COM初体验
  10. Writing a ServiceMain Function(使用RegisterServiceCtrlHandler函数)
  11. 【Unity 3D】学习笔记三十七:物理引擎——碰撞与休眠
  12. Kotlin——最详细的数据类、密封类详解
  13. 新概念英语(1-143)A walk through the woods
  14. SpringCloud-config分布式配置中心
  15. 《css世界》笔记之流、元素与基本尺寸
  16. MongoDB:配置与安装
  17. 干货 | 教你如何监控 Java 线程池运行状态
  18. vue安装遇到vue不是内部变量
  19. JavaScript高级特性-数组
  20. js,mui,jq 操作基本的DOM

热门文章

  1. SASS的安装和转换为CSS的方法
  2. feignClient中修改ribbon的配置
  3. 微服务Kong(四)——添加插件
  4. 【Echo】实验 -- 实现 C/C++下UDP, 服务器/客户端 通讯
  5. bug:执行到数据库连接后停止运行,而且不报错的奇怪情况----可能是多方同时访问造成的
  6. 获取访问MySQL的应用
  7. Core.Java.Volume.I.Fundamentals.10th.Edition 14.5.8 Volatile域 中文版 章节勘误
  8. poj Strange Way to Express Integers 中国剩余定理
  9. SqlServer示例数据库Northwind(一)——实体关系
  10. 百度翻译cs文件英文注释