ContentSizeCategoryMonitor
public class ContentSizeCategoryMonitor : BaseNotificationMonitorA ContentSizeCategoryMonitor instance monitors the app for changes to its
preferred content size category.
- 
                  
                  Encapsulates changes to the app’s preferred content size category. See moreDeclarationSwift public enum Event
- 
                  
                  Initializes a new ContentSizeCategoryMonitor.DeclarationSwift public init(queue: OperationQueue = .main, handler: @escaping (Event) -> Void)ParametersqueueThe operation queue on which the handler executes. By default, the main operation queue is used. handlerThe handler to call when the app’s preferred content size category changes. 
- 
                  
                  The font sizing option preferred by the user. DeclarationSwift public var preferred: UIContentSizeCategory { get }
- 
                  
                  DeclarationSwift override public func addNotificationObservers()
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           ContentSizeCategoryMonitor Class Reference
      ContentSizeCategoryMonitor Class Reference