presentsWithTransaction
A Boolean value that determines whether the view presents its content using a Core Animation transaction.
Declaration
var presentsWithTransaction: Bool { get set }Discussion
This property mirrors the value on the underlying CAMetalLayer object, and determines whether the view synchronizes updates to its own contents with other content changes in Core Animation. For more information about how this property affects your rendering code, see presentsWithTransaction.