Config

public struct Config

Configuration for the controller that is passed to it via the segue that makes it appear.

  • The collection of all of the tags that exist for the app

    Declaration

    Swift

    let tags: Tags
  • The set of tags that are currently active for the sound font

    Declaration

    Swift

    let active: Set<LegacyTag.Key>
  • True if the sound font being edited is built-in

    Declaration

    Swift

    let builtIn: Bool
  • The method to invoke when the controller is dismissed

    Declaration

    Swift

    let completionHandler: (Set<LegacyTag.Key>) -> Void