Declaration

func instanceInterpolations(withUpdates updateKVO: Bool) -> [AnyHashable : Any]?

Declaration

- (NSDictionary *) instanceInterpolationsWithUpdates:(BOOL) updateKVO;

Declaration

instanceInterpolationsWithUpdates_(updateKVO: bool) -> dict

Parameters

updateKVO

A boolean indicating whether to update KVO.

Return Value

The instance interpolations dictionary.