When I create a UIButton by new iOS15 api:
UIButton(configuration: .plain(), primaryAction: nil)
I lose the title fade transition that is provided by UIButton which created by old api:
UIButton(type: .system)
This is a feature or bug?
I think it is bad that system control lost the subtle animation. I hope Apple can fix it in the future version.
May I used it wrong? If I'm wrong, please help me fix it, thanks🙏