- Create a new or open existing project in
Xcode 11 Beta. - Create
UILabelwithPlaintext and keep the System font with Regular style.
- Change text type to
AttributedString and check font style, seems it changes with different font style and doesn't keep the same.
PS: In Xcode 10 work fine.

