title
The title displayed on the item.
Declaration
var title: String? { get set }Discussion
You should set this property before adding the item to a bar. The default value is nil.
The title displayed on the item.
var title: String? { get set }You should set this property before adding the item to a bar. The default value is nil.