confirmationRequired(with:)
Creates an object whose resolution requires that the user must confirm the value before proceeding.
Declaration
class func confirmationRequired(with dateComponentsRangeToConfirm: INDateComponentsRange?) -> SelfParameters
- dateComponentsRangeToConfirm:
The range of dates for the user to confirm.
Return Value
A new INDateComponentsRangeResolutionResult object.
Discussion
Use this method when you can resolve the parameter to a single object but you want the user to confirm that value before proceeding. You might ask for confirmation when there is some doubt that the specified object is what the user intended.