Contents

isPrefetchingEnabled

A Boolean value that indicates whether to allow cell and data prefetching.

Declaration

var isPrefetchingEnabled: Bool { get set }

Discussion

When true, the table view may request cells in advance of displaying them. When false, the table view requests cells when they need to display. Setting this property to false also disables data prefetching. The default value of this property is true.

See Also

Providing the data and cells