FlareView
Create Animatic flares around your uiview's. Visit http://stanlyhardy.github.io/FlareView for more info
> Spice up your app UIView's by adding magical flares around any UIView's. The project is written primarily in Objective-C, first published in 2016. Key topics include: cocoapods, custom-view, flare, objectivec, uiview.
FlareView
Spice up your app UIView's by adding magical flares around any UIView's.
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...

Features
- All UIView's that's enclosed within a parent view can be flarified without any exception.
- 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:
rubyplatform :ios, '8.0' use_frameworks! pod 'flareview', '~> 0.1'
To get the full benefits import FlareView/FlareView.h wherever you import UIKit
objectiveimport UIKit #import <FlareView/FlareView.h>
Manually
- Download and drop
FlareView.handFlareView.min your project. - Congratulations!
Usage example
objective#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 – @Linkedin – stanlimoses@gmail.com
Distributed under the MIT license. See LICENSE for more information.
Contributors
Showing top 1 contributor by commit count.
