CNPGridMenu 0.3.0

CNPGridMenu 0.3.0

测试已测试
语言语言 Obj-CObjective C
许可证 Apache 2
发布最新版本2015年10月

Carson Perrotti维护。




CNPGridMenu 是一个 iOS 7 & iOS 8 的邮箱式网格菜单,背景具有模糊效果。

使用

您可以使用 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;

自定义

您可以选择模糊样式:UIBlurEffectStyleDark UIBlurEffectStyleLight UIBlurEffectStyleExtraLight

@property (nonatomic, assign) UIBlurEffectStyle blurEffectStyle;

安装

需要 iOS 7 或 iOS 8

pod "CNPGridMenu"

如果您不想使用 Cocoapods,请使用 #import "CNPGridMenu.h"