DynamicTypeResponsive

public protocol DynamicTypeResponsive

Classes that conform to this protocol allow responding to dynamic text changes on iOS 9 and lower

  • Sets if the view should redraw and update font size based on a set TextStyle, when the user changes their Dynamic Type setting.

    Declaration

    Swift

    var respondsToDynamicTypeChanges: Bool