wxxsw / SwiftTheme

🎨 Powerful theme/skin manager for iOS 9+ 主题/换肤, 暗色模式
MIT License
2.52k stars 306 forks source link

UISearchBar and UITextView missing theme_keyboardAppearance #36

Closed martinflorek closed 7 years ago

martinflorek commented 7 years ago

Am I missing something, again :), or there is no option to theme the keyboard appearance for UISearchBar and UITextView?

Setting search bar's theme_barStyle to dark does not show a dark keyboard.

wxxsw commented 7 years ago

I added the property to set the appearance of the keyboard for UISearchBar and UITextView, which is missing, thanks again.

How to use: https://github.com/jiecao-fm/SwiftTheme/issues/22

Also, I did not release a new version, so you can specify a commit:

pod 'SwiftTheme', :git => 'https://github.com/jiecao-fm/SwiftTheme', :commit => '7aea269'
martinflorek commented 7 years ago

I am using carthage and this one works like a charm:

github "jiecao-fm/SwiftTheme" "7aea269"

Thank you again for this great library and super fast response and update!