EachNavigationBar icon indicating copy to clipboard operation
EachNavigationBar copied to clipboard

导航右侧按钮样式无法全局配置

Open MING10 opened this issue 3 years ago • 0 comments

class EachNavigationBar line 71. 无法配置导航按钮样式 buttonAppearance无法赋值.

private lazy var appearance: UINavigationBarAppearance = { let appearance = UINavigationBarAppearance() appearance.backgroundColor = self.barTintColor appearance.titleTextAttributes = self.titleTextAttributes ?? [:] appearance.largeTitleTextAttributes = self.largeTitleTextAttributes ?? [:]

    return appearance
}()

MING10 avatar Dec 17 '21 03:12 MING10