Contents

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().

See Also

Layout Support