12207480/DOPDropDownMenu-Enhanced

menu:numberOfItemsInRow:column: crash

ios9developer opened this issue · 1 comments

#import "DOPDropDownMenu.h"
187: 需要添加判断 if ([_delegate respondsToSelector:@selector(menu:numberOfItemsInRow:column:)]) {}
否则未实现则 Crash

已修复