Contents

predicateForEvaluatingTriggerOccurring(beforeSignificantEvent:)

Creates a predicate that evaluates whether the event occurred before a significant event.

Declaration

class func predicateForEvaluatingTriggerOccurring(beforeSignificantEvent significantEvent: HMSignificantTimeEvent) -> NSPredicate

Parameters

  • significantEvent:

    The significant event to compare against.

Return Value

A predicate object that represents a condition to evaluate before executing the scene.

See Also

Creating predicates