I read through the documentation regarding: https://developer.apple.com/documentation/appkit/supporting_dark_mode_in_your_interface
When the user chan
in iOS Swift 5
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) { // Do sonthing }