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