BeLyfeGlobalPvtLtd / CNPGridMenu

A Mailbox style grid menu with a blurred background.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#CNPGridMenu

CNPGridMenu is a Mailbox style grid menu with a blurred background for iOS 7 & iOS 8.

#Usage

You can create items for the grid menu using CNPGridMenuItem.

@property (nonatomic, strong) NSString *title;

@property (nonatomic, strong) UIImage *icon;

@property (nonatomic, copy) SelectionHandler selectionHandler;

#Customization

You can choose the blur style. UIBlurEffectStyleDark UIBlurEffectStyleLight UIBlurEffectStyleExtraLight

@property (nonatomic, assign) UIBlurEffectStyle blurEffectStyle;

#Installation

Requires iOS 7 or iOS 8

Pod "CNPGridMenu"

Or if you don't want to use Cocoapods #import "CNPGridMenu.h"

About

A Mailbox style grid menu with a blurred background.

License:Other


Languages

Language:Objective-C 81.2%Language:Ruby 18.8%