Contents

showsFPS

A Boolean value that indicates whether the view displays a frame rate indicator.

Declaration

var showsFPS: Bool { get set }

Discussion

The frame rate is a good indicator of the performance of your scene. Avoid creating scenes that have widely varying frame rates.

See Also

Enabling Visual Statistics for Debugging