12207480 / DOPDropDownMenu-Enhanced

DOPDropDownMenu 添加双列表 优化版 新增图片支持(double tableView, The optimization version ,new add image,detailText)
MIT License
1.74k stars 362 forks source link

优化 #41

Closed jayhe closed 7 years ago

jayhe commented 7 years ago

1.新增支持设置indicator的图片,可以通过设置indicatorImageNames来指定 2.新增title和indicator的对齐样式,可以通过设置indicatorAlignType typedef NS_ENUM(NSInteger, DOPIndicatorAlignType) { DOPIndicatorAlignTypeRight = 0, //指示图标居右 DOPIndicatorAlignTypeCloseToTitle, // 指示图标挨着文字,有一个默认间距设置为3 };

以上修改不会影响原有的功能

12207480 commented 7 years ago

测试后 merge

jayhe commented 7 years ago

冲突已解决

jayhe commented 7 years ago

已解决冲突,麻烦测试后,merge下