sizeToFit()
Sizes the table view based on a uniform column autoresizing style.
Declaration
func sizeToFit()Discussion
All columns are resized to the same size, up to a column’s maximum size. This method then invokes tile().
Sizes the table view based on a uniform column autoresizing style.
func sizeToFit()All columns are resized to the same size, up to a column’s maximum size. This method then invokes tile().