API Differences in ContactsUI in iOS 18.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in ContactsUI in the iOS 18.0 SDK.

Table of Contents

Structs

ContactAccessButton

Typealiases

Caption
public typealias RawValue = Swift.String

Functions & Methods

SwiftUICore.View
public func contactAccessButtonCaption(_ caption: ContactsUI.ContactAccessButton.Caption) -> some SwiftUICore.View
SwiftUICore.View
public func contactAccessButtonStyle(_ style: ContactsUI.ContactAccessButton.Style) -> some SwiftUICore.View
SwiftUICore.View
public func contactAccessPicker(isPresented: SwiftUICore.Binding<Swift.Bool>, completionHandler: @escaping ([Swift.String]) -> () = {_ in }) -> some SwiftUICore.View

Conformances

ContactAccessButton.Caption
Swift.Equatable
ContactAccessButton.Caption
Swift.Hashable
ContactAccessButton.Caption
Swift.RawRepresentable
ContactAccessButton
Swift.Sendable