openSystemURL(_:)
Opens the specified system URL.
Declaration
func openSystemURL(_ url: URL)Parameters
- url:
A URL that supports the
tel:orsms:scheme. For information about the format of these URL schemes, see TP40007899.
Discussion
Use this method to initiate phone calls or send messages. The URL you open is sent to the appropriate system app for handling, at which point the user can choose whether to continue the operation.