CKAsyncTransactionGroup Class Reference

Inherits from NSObject
Declared in CKAsyncTransactionGroup.h

Overview

A group of transaction container layers, for which the current transactions are committed together at the end of the next runloop tick.

+ mainTransactionGroup

The main transaction group is scheduled to commit on every tick of the main runloop.

+ (instancetype)mainTransactionGroup

Declared In

CKAsyncTransactionGroup.h

– addTransactionContainer:

Add a transaction container to be committed.

- (void)addTransactionContainer:(CALayer *)containerLayer

Parameters

containerLayer

A layer containing a transaction to be commited. May or may not be a container layer.

Declared In

CKAsyncTransactionGroup.h