HcdPopMenu 1.0.0

HcdPopMenu 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2016

Maintained by Jvaeyhcd.



 
Depends on:
pop~> 1.0.9
SDWebImage~> 3.8.1
 

  • By
  • Jvaeyhcd

图片

Requirements

  • Xcode 6 or higher
  • iOS 7.0 or higher
  • ARC

Installation

Manual Install

All you need to do is drop HcdPopMenu files into your project, and add #include "HcdPopMenu.h" to the top of classes that will use it.

Example

NSArray *array = @[@{kHcdPopMenuItemAttributeTitle : @"海量投单", kHcdPopMenuItemAttributeIconImageName : @"toudan_icon_hailiangtoudan"},
                              @{kHcdPopMenuItemAttributeTitle : @"定向投单", kHcdPopMenuItemAttributeIconImageName : @"toudan_icon_dingxiangtoudan"}];

[HcdPopMenuView createPopmenuItems:array closeImageName: @"center_exit" backgroundImageUrl:@"http://img3.duitang.com/uploads/item/201411/17/20141117102333_rwHMH.thumb.700_0.jpeg" tipStr:@"海量投单是所有人都可以看到的投单,定向投单则是针对有目的性的投单(如企业投单)" completionBlock:^(NSInteger index) {

}];

SpecialThanks

https://github.com/MLGZ/PopMenu