| Declaration | |
|---|---|
| From | @property (readonly, copy, nullable) NSDictionary<NSString *,NSString *> *components |
| To | @property (readonly, copy, nullable) NSDictionary<NSTextCheckingKey,NSString *> *components |
| Declaration | |
|---|---|
| From | @property (readonly, copy, nullable) NSDictionary<NSString *,NSString *> *addressComponents |
| To | @property (readonly, copy, nullable) NSDictionary<NSTextCheckingKey,NSString *> *addressComponents |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingNameKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingNameKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingJobTitleKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingJobTitleKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingOrganizationKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingOrganizationKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingStreetKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingStreetKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingCityKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingCityKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingStateKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingStateKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingZIPKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingZIPKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingCountryKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingCountryKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingPhoneKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingPhoneKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingAirlineKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingAirlineKey |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull NSTextCheckingFlightKey |
| To | const NSTextCheckingKey _Nonnull NSTextCheckingFlightKey |
| Declaration | |
|---|---|
| From | + (nonnull NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSString *,NSString *> *)components |
| To | + (nonnull NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSTextCheckingKey,NSString *> *)components |
| Declaration | |
|---|---|
| From | + (nonnull NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSString *,NSString *> *)components |
| To | + (nonnull NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSTextCheckingKey,NSString *> *)components |