Skip to content

A Mailbox style grid menu with a blurred background.

License

Notifications You must be signed in to change notification settings

link60/CNPGridMenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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, assign) NSInteger menuItemTag;

@property (nonatomic, assign) BOOL disabled;

@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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 81.9%
  • Ruby 18.1%