ItemContent
public enum ItemContent
Name/title and icon of the button
-
Name of the button
Declaration
Swift
case name(String) -
Icon of the button
Declaration
Swift
case icon(String) -
Name and icon of the button
Declaration
Swift
case nameAndIcon(name: String, icon: String)