RSDTaskDesign
public protocol RSDTaskDesign
A task that implements this module is expected to include a pointer to the design system UI/UX rules to use that are specific to the tasks within this module.
-
Get the design system for a given task module.
Declaration
Swift
var designSystem: RSDDesignSystem { get }