Flareview

Create Animatic flares around your uiview's

Download as .zip Download as .tar.gz View on GitHub

FlareView

Spice up your app UIView's by adding magical flares around any UIView's.

Objectivec Version Build Status License CocoaPods Compatible
Platform

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

Requirements

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.
  2. Congratulations!

Usage example

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

Contribute

I would love for you to contribute to FlareView, check the LICENSE file for more info.

Meta

Stanly Moses – @Linkedinstanlyhardy@yahoo.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/StanlyHardy/FlareView