實現模糊背景網格菜單:CNPGridMenu
CNPGridMenu實現模糊背景網格菜單。可以自定義圖標、標題等。
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"
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!