Skip to content

按钮高亮可以通过重写set方法解决 #1

Closed
@devtofu

Description

image

LLTabBarItem.m 中加入以下代码就可以解决

/**
 *  复写系统的高量实现,禁止按钮高亮
 *  此函数里不用写任何代码
 */
- (void)setHighlighted:(BOOL)highlighted{
  // do not anything  
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions