Skip to content

iOS11 无法获取_titleView #70

@ghost

Description

  • (void)lt_setTitleAlpha:(CGFloat)alpha {

    if (@available(iOS 11.0, *)) {

    } else {

      UIView *titleView = [self valueForKey:@"_titleView"];
      titleView.alpha = alpha;
    

    }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions