disambiguation(with:)
Creates an object whose resolution requires the user to select from among the specified objects.
Declaration
class func disambiguation(with dateComponentsRangesToDisambiguate: [INDateComponentsRange]) -> SelfParameters
- dateComponentsRangesToDisambiguate:
An array of date ranges from which the user should select. Specify as few items as possible, and preferably no more than five.
Return Value
A new INDateComponentsRangeResolutionResult object.
Discussion
Use this method when you cannot resolve the object uniquely and need the user to select from a limited set of possible values.