You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.title1 should be renamed to .title
.caption1 should be renamed to .caption
public enum DynamicTypeStyle: String, RawRepresentable {
case largeTitle = "Large Title"
case title1 = "Title 1"
case title2 = "Title 2"
case title3 = "Title 3"
case headline = "Headline"
case body = "Body"
case callout = "Callout"
case subheadline = "Subhead"
case footnote = "Footnote"
case caption1 = "Caption 1"
case caption2 = "Caption 2"
...
The text was updated successfully, but these errors were encountered:
.title1 should be renamed to .title
.caption1 should be renamed to .caption
The text was updated successfully, but these errors were encountered: