We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ea497 commit 5e780e6Copy full SHA for 5e780e6
Classes/Toolbar/FLEXExplorerToolbarItem.m
@@ -33,7 +33,7 @@ + (instancetype)itemWithTitle:(NSString *)title image:(UIImage *)image {
33
+ (instancetype)itemWithTitle:(NSString *)title image:(UIImage *)image sibling:(FLEXExplorerToolbarItem *)backupItem {
34
NSParameterAssert(title); NSParameterAssert(image);
35
36
- FLEXExplorerToolbarItem *toolbarItem = [self buttonWithType:UIButtonTypeSystem];
+ FLEXExplorerToolbarItem *toolbarItem = [self buttonWithType:UIButtonTypeCustom];
37
toolbarItem.sibling = backupItem;
38
toolbarItem.title = title;
39
toolbarItem.image = image;
0 commit comments