disableActions()
Returns whether actions triggered as a result of property changes made within this transaction group are suppressed.
Declaration
class func disableActions() -> BoolReturn Value
true if actions are disabled.
Discussion
This is a convenience method that returns the boolValue for the value(forKey:) value returned by the kCATransactionDisableActions key.