急躁的社会让我不知所措地跟着急
急于表达我对你的爱
表达我的一见倾心
总想万种思绪倾述于你
只为想证明我有多爱你
一见钟爱
仅此而已
more >>Learn something of everything, Learn everything of something.
GitHub地址:https://github.com/jdg/MBProgressHUD
基本上看到的主流iOS应用都集成了这个,Star 7k了,最近看到很多应用HUD隐藏时,有一个动画过程,我还以为是自己扩展的,后来研究才发现,有这个属性animationType
:
1 | @property (assign) MBProgressHUDAnimation animationType; |
1 | typedef NS_ENUM(NSInteger, MBProgressHUDAnimation) { |
应用每开发一个新版本时,都可能会有新特性介绍页面。所以在应用里就要判断是不是新版本,并且能判断只有第一次进入应用时,才是新版本。
1 | //* 在delegate里判断*/ |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true