-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
【提出需求】:demo的最终的titile是文字,而某些需求是需要文字+图片,类似于下面这种👇🏻:

【解决方案】:

【说明】:
1、图片和文字的位置,参照@implementation UIButton (ImageTitleSpacing),相关文件下面放出:
2、- (void)layoutButtonWithEdgeInsetsStyle:(GLButtonEdgeInsetsStyle)style
imageTitleSpace:(CGFloat)space ;一定要放在最后,因为会涉及到刷新页面
3、// 当选择某个选项时调用(这个方法以后会刷新UI)
- (void)dropdownMenu:(LMJDropdownMenu *)menu
didSelectOptionAtIndex:(NSUInteger)index
optionTitle:(NSString *)title;//意味着在这个方法里面只需要保存一个最新的Index即可
然后在进UI的时候用这个当前的index来刷新UI
:




附上相关资源:
相关资源.zip
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels