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"