An array of labeled URL addresses for a contact.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- watchOS 2.0+
Framework
- Contacts
Declaration
var urlAddresses: [CNLabeled Value<NSString>] { get set }
Discussion
This property is an array of CNLabeled
objects, each of which has a label and a NSString
value that contains the URL.