ButtonsTemplate

public class ButtonsTemplate : Template

A title with a list of buttons

  • Title of the set of buttons

    Declaration

    Swift

    private(set) public var title:String!
  • Collection of buttons

    Declaration

    Swift

    private(set) public var buttons:[Button]!
  • Undocumented

    Declaration

    Swift

    public class ButtonsTemplate : Template