setTitle(_:ofColumn:)
Sets the title of the given column.
Declaration
func setTitle(_ string: String, ofColumn column: Int)Parameters
- string:
The title of the column.
- column:
The index of the column whose title should be set.
Sets the title of the given column.
func setTitle(_ string: String, ofColumn column: Int)The title of the column.
The index of the column whose title should be set.