microsoft / FluentDarkModeKit

A library for backporting Dark Mode in iOS
MIT License
1.63k stars 125 forks source link

Update README.md and .swiftlint.yml #92

Closed levinli303 closed 4 years ago

levinli303 commented 4 years ago

I'm not sure whether we should keep code samples for Objective-C, since DarkModeManager's setup code is Swift only at the moment.

zhuorantan commented 4 years ago

I think we should add an explicit warning about the significant differences between 0.39.x and 0.40.0 on iOS 13. It has many breaking changes.

levinli303 commented 4 years ago

I think we should add an explicit warning about the significant differences between 0.39.x and 0.40.0 on iOS 13. It has many breaking changes.

yeah, I just added a migration section to README