GanttChartContentStyleObserver
public protocol GanttChartContentStyleObserver : AnyObject
Reacts to style changes in the user interface as indicated by an associated controller.
-
styleDidChange(to:from:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func styleDidChange(to value: GanttChartContentStyle, from originalValue: GanttChartContentStyle)
GanttChartContentStyleObserver Protocol Reference