All Projects → StanlyHardy → Flareview

StanlyHardy / Flareview

Create Animatic flares around your uiview's. Visit http://stanlyhardy.github.io/FlareView for more info

Projects that are alternatives of or similar to Flareview

Aaviewanimator
AAViewAnimator is a set of animations designed for UIView, UIButton, UIImageView with options in iOS, written in Swift.
Stars: ✭ 33 (-75.74%)
Mutual labels:  cocoapods, uiview
Closures
Swifty closures for UIKit and Foundation
Stars: ✭ 1,720 (+1164.71%)
Mutual labels:  cocoapods, uiview
Ihequalizerview
An Custom UIView which draws the output of an audio asset in real time.
Stars: ✭ 106 (-22.06%)
Mutual labels:  cocoapods, uiview
Shadowview
An iOS Library that makes shadows management easy on UIView.
Stars: ✭ 391 (+187.5%)
Mutual labels:  cocoapods, uiview
Swifty360player
iOS 360-degree video player streaming from an AVPlayer.
Stars: ✭ 118 (-13.24%)
Mutual labels:  cocoapods, uiview
Cloudkitgdpr
Framework for allowing users to manage data stored in iCloud
Stars: ✭ 126 (-7.35%)
Mutual labels:  cocoapods
Zoomy
Adds seamless scrollView and instagram like zooming to UIImageViews in any view hierarchy.
Stars: ✭ 130 (-4.41%)
Mutual labels:  cocoapods
Anwexpandscrollview
Expand - Collapse Scroll View - Animate With Pinch Gesture
Stars: ✭ 125 (-8.09%)
Mutual labels:  uiview
Lsanimator
⛓ Easy to Read and Write Multi-chain Animations Lib in Objective-C and Swift.
Stars: ✭ 1,576 (+1058.82%)
Mutual labels:  uiview
Multiplestatusview
一个支持多种状态的自定义View,可以方便的切换到:加载中视图、错误视图、空数据视图、网络异常视图、内容视图。
Stars: ✭ 1,676 (+1132.35%)
Mutual labels:  custom-view
Poliopager
A flexible TabBarController with search tab like SNKRS.
Stars: ✭ 133 (-2.21%)
Mutual labels:  cocoapods
Natrium
A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
Stars: ✭ 131 (-3.68%)
Mutual labels:  cocoapods
Custom Work For Brackets
<involuntarily lost source code> ____ Adds toolbar it include buttons show/hide with tabs of active documents on the top of the editor.
Stars: ✭ 126 (-7.35%)
Mutual labels:  custom-view
Switch
💊 An iOS switch control implemented in Swift with full Interface Builder support
Stars: ✭ 132 (-2.94%)
Mutual labels:  cocoapods
Ppnetworkhelper
AFNetworking 3.x 与YYCache封装
Stars: ✭ 1,586 (+1066.18%)
Mutual labels:  cocoapods
Ihprogresshud
A clean and lightweight progress HUD based on SVProgressHUD, converted to Swift with the help of Swiftify.
Stars: ✭ 135 (-0.74%)
Mutual labels:  cocoapods
Luexpandabletableview
A subclass of UITableView with expandable and collapsible sections
Stars: ✭ 125 (-8.09%)
Mutual labels:  cocoapods
Pgnetworkhelper
PINCache做为AFNetworking缓存层,将AFNetworking请求的数据缓存起来,支持取消当前网络请求,以及取消所有的网络请求,除了常用的Get,Post方法,也将上传图片以及下载文件进行了封装,同样支持同步请求,使用方法极其简单。
Stars: ✭ 131 (-3.68%)
Mutual labels:  cocoapods
Cloudinary ios
Cloudinary iOS SDK
Stars: ✭ 133 (-2.21%)
Mutual labels:  cocoapods
Testdrive
Quickly try out any Swift pod or framework in a playground
Stars: ✭ 1,612 (+1085.29%)
Mutual labels:  cocoapods

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

  • [x] All UIView's that's enclosed within a parent view can be flarified without any exception.
  • [x] 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.
  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 – @Linkedin[email protected]

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

https://github.com/StanlyHardy/FlareView

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].