Instance Method
instanceInterpolations(withUpdates:)instanceInterpolationsWithUpdates:instanceInterpolationsWithUpdates_
Returns the instance interpolations with updates.
Declaration
func instanceInterpolations(withUpdates updateKVO: Bool) -> [AnyHashable : Any]?Declaration
- (NSDictionary *) instanceInterpolationsWithUpdates:(BOOL) updateKVO;Declaration
instanceInterpolationsWithUpdates_(updateKVO: bool) -> dictParameters
updateKVOA boolean indicating whether to update KVO.
Return Value
The instance interpolations dictionary.