wxxsw / SwiftTheme

🎨 Powerful theme/skin manager for iOS 9+ 主题/换肤, 暗色模式

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIButton 是否可以支援ThemeStringAttributes呢?

cimonk opened this issue · comments

想要可以使用A theme时 button title显示 {黑字}abc{红字}def
切换成B theme时 button title显示 {白字}abc{红字}def

请问有大佬可以教学指导吗? (除了用一个使用theme_textAttributes的UILabel叠在UIButton上面作为显示外)
谢谢

commented

我注意到 UIButton 有个 setAttributedTitle:forState: 方法,我觉得增加一个 theme_setAttributedTitle:forState: 方法是个不错的主意,只是我最近比较忙,抱歉可能要过一段时间可以加这个方法