[翻译] FeSpinner

简介:

FeSpinner

The loader collection for iOS app.

收集的iOS加载动画。

 

REQUIREMENT

FeSpinner work on any version iOS and compatible with ARC or non-ARC. But your project should include some Apple's framework.

FeSpinner支持任何版本的iOS,并且兼容ARC和MRC,但是你的项目需要包含以下的框架。

  • Foundation.framework
  • UIKit.framework
  • CoreGraphics.framework
  • QuartzCore.framework

 

Sreenshot

Handwriting Loader

Rolling Loader

Equalizer Loader

Hourglass Loader

Wifihub Loader : Here is loader which i created for my friend few month ago. Wifi Chùa -http://www.wifichuaapp.com.

Threedots Glow

Vietnam Loader

Loading Box Loader

Ten Dots Loader

 

ADD ROCKET LOADER TO YOUR PROJECT

Just simply copy file .h and .m in each type loader you like.

你只需要将你喜欢的加载动画的文件拖到你的项目中即可。

 

HOW TO USE

FeSpinner is very similar MBProgessHUB.

FeSpinner与MBProgressHUB非常的相识。

 

FeSpinner have some helpful method.

FeSpinner有着许多实用的方法。

 

-(id) initWithView:(UIView *) view blur:(BOOL) blur backgroundColors:(NSArray *) arrColor;

-(void) show;

-(void) showWhileExecutingBlock:(dispatch_block_t) block; -(void) showWhileExecutingBlock:(dispatch_block_t)block completion:(dispatch_block_t) completion; -(void) showWhileExecutingSelector:(SEL) selector onTarget:(id) target withObject:(id) object; -(void) showWhileExecutingSelector:(SEL)selector onTarget:(id)target withObject:(id)object completion:(dispatch_block_t) completion; -(void) dismiss;

 

MIT License

Copyright (c) 2014 Nghia Tran

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 

Release notes

Version 1.0

Initial release

目录
相关文章
|
存储 自然语言处理 前端开发
从零写一个Recoil(翻译)
Rewriting Recoil from scratchrecoil是facebook编写的一个库,它之所以诞生是因为人体工程学、context的性能问题和useState。这是一个非常聪明的库,几乎每个人都会找到它的用途——如果你想了解更多,请查看这段解释视频。刚开始我被图论和recoil惊到了,但渐渐的理解后,感觉也没那么特别了。也许我也可以实现一个类似的东西。我自己实现的版本和recoil
192 0
从零写一个Recoil(翻译)
|
XML Java Android开发
[翻译]IAdaptable是什么?
IAdaptable在Eclipse里是一个非常重要的接口。对于Eclipse开发老手来说,它就像异常处理和抽象类一样寻常;但是对新手而言,它却令人感到困惑和畏惧。这篇文章将向你解释IAdaptable到底是什么,以及它在Eclipse里起到的作用。
1176 0
|
安全 开发工具 C#
|
Web App开发 定位技术 iOS开发
|
Java iOS开发
|
iOS开发 Perl Go
|
iOS开发 Perl