wxxsw / SwiftTheme

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThemeStringAttributesPicker.pickerWithAttributes cause "signal SIGABRT" in 0.4.6

kayelftal opened this issue · comments

UITextField. theme_placeholderAttributes = ThemeStringAttributesPicker.pickerWithAttributes([[NSAttributedString.Key.foregroundColor:UIColor.gray],[NSAttributedString.Key.foregroundColor:UIColor.lightGray]])
This is working in 0.4.5, but cause "signal SIGABRT" in 0.4.6

commented

I just tested it and it works fine.

I suggest you try clean project in xcode.

oh, after clean the project , it worked. Thanks