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)mainTransactionGroupDeclared In
CKAsyncTransactionGroup.h
– addTransactionContainer:
Add a transaction container to be committed.
- (void)addTransactionContainer:(CALayer *)containerLayerParameters
containerLayer |
A layer containing a transaction to be commited. May or may not be a container layer. |
|---|
See Also
Declared In
CKAsyncTransactionGroup.h