NightNight
NightNight copied to clipboard
Elegant way to integrate night mode to swift projects
Fixed issue when using Carthage
I hope you respond quickly.
我在swift的宏文件中导入该框架,但全局并不能引入..
tabBarItem.setTitleTextAttributes([NSForegroundColorAttributeName:UIColor.black ,NSFontAttributeName:UIFont.systemFont(ofSize: 10)] , for: UIControlState())
the resulting navigation controller has a .normal mode colour even when night mode is enabled ``` func addPressed() { let newItemView = AddItemViewController() let nav = UINavigationController(rootViewController: newItemView) present(nav, animated:...
Just asking when do you think NightNight will be compatible with Swift 4.2 ? Thank's for your amazing job.
Hello. Thanks for your work. I found that the color won't change when I use the Storyboard to set the background color of UIView. So I modify the code in...
When you set background colour values _from Storyboard then it is not reflecting at run time._ In short I have to go programatically to change background colour.
Error message: ``` A shell task (/usr/bin/xcrun xcodebuild -project /Users/plu/Development/Poloniex-iOS/Carthage/Checkouts/NightNight/Example/Pods/Pods.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 74: xcodebuild: error: Unable to read project 'Pods.xcodeproj' from folder '/Users/plu/Development/Poloniex-iOS/Carthage/Checkouts/NightNight/Example/Pods'. Reason:...