How to change the title color of EKEventViewController in iOS 13?

128 Views Asked by At

enter image description here

It is private class called EKCustomTitleView. And you cannot imagine the "Event Details" is UIImageView instead of UILabel.

appearance.titleTextAttributes = [.foregroundColor: myAppLabelColor]
appearance.largeTitleTextAttributes = [.foregroundColor: myAppLabelColor]

I try to add this, but it cannot work.

0

There are 0 best solutions below