EnlightenKeyedIris

open class EnlightenKeyedIris<Key> : EnlightenIris where Key : EnlightenSpotlightControllerKeys

A class that encapsulates the behavior of the spotlight for a particular view.

Unlike its key-less variant EnlightenIris, the keyed EnlightenKeyedIris allows the presentation order of all the irises to be specified by the order of an EnlightenSpotlightControllerKeys enumeration.