欢迎光临
我们一直在努力

FlareView

建站超值云服务器,限时71元/月

FlareView

项目介绍:

FlareView

https://github.com/StanlyHardy/FlareView

Spice up your app UIView’s by adding magical flares around any UIView’s.
在任意 UIView 上增加魔法闪耀(耀斑)的效果

Have you ever thought of making your user interface by adding magical flares when the user interacts with your app? Use this library if you wanna do so…
你有没有想过通过在用户与你的应用程序交互时添加闪耀动画做出你的用户交互界面?

screen shot

Features

  • All UIView’s that’s enclosed within a parent view can be flarified without any exception.
    包含在父视图中的所有UIView可以无任何异常地变形。

  • You can customize the flare colours as per your own requirement
    您可以根据自己的要求自定义闪烁光圈的颜色

Requirements 环境需求

  • iOS 8.0+

  • Xcode 7.3

Installation 安装方式

CocoaPods

You can use CocoaPods to install Flareview by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!
pod 'flareview', '~> 0.1'

To get the full benefits import FlareView/FlareView.h wherever you import UIKit

import UIKit
#import <FlareView/FlareView.h>

Manually 手动安装方式

  1. Download and drop FlareView.h and FlareView.m in your project.
    1、下载文件并拖动FlareView.hFlareView.m到你的项目中。

  2. Congratulations!
    2、完成!

Usage example 使用示例

#import <FlareView/FlareView.h>
- (void)viewDidLoad {
    [super viewDidLoad];
    [[FlareView sharedCenter]flarify:self.smiley inParentView:self.view withColor:[UIColor yellowColor]];
}

code4app

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » FlareView
分享到: 更多 (0)