-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
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
}()
Metadata
Metadata
Assignees
Labels
No labels