didChange Instance Property

@objc let didChange: Bool

Advisory hint: did the selection change versus the picker’s entry snapshot? NOT the re-scan gate — a caller decides whether to re-run OCR by comparing selected against its own last-scanned ordered signature. didChange is at most a cheap pre-filter.

Top