Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Sep 13, 2024
1 parent 05fb3c6 commit 5935abb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[![Swift UI Version](https://img.shields.io/cocoapods/v/TrinsicUI.svg)](<[https://www.npmjs.org/package/@trinsic/react-native-ui](https://cocoapods.org/pods/TrinsicUI)>) [![Swift Build Status](https://github.com/trinsic-id/sdk/actions/workflows/ui-swift-release.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions?query=branch%main)

The Trinsic Swift UI Library provides ways to launch verification sessions directly in your Swift and Objective-C projects, requiring very little code.
The Trinsic Swift UI Library provides ways to launch verification sessions directly in your Swift and Objective-C projects.

This library must be paired with a [api library](https://github.com/trinsic-id/sdk#api-libraries) as part of a full integration.

You can find a full example using this library in the [samples](https://github.com/trinsic-id/sdk/tree/main/ui-swift/samples) folder.

Expand Down Expand Up @@ -49,7 +51,7 @@ import TrinsicUI
```

Create an instance of TrinsicUI and launch a session.
You can retrieve the launch url from a trusted backend that can reach out to the Trinsic servers. [See our backend language examples](https://github.com/trinsic-id/sdk/tree/main/api-typescript/samples).
You can retrieve the launch url from a trusted backend that can reach out to the Trinsic servers. [See our API libraries.](https://github.com/trinsic-id/sdk#api-libraries)

```swift
let trinsicUI = TrinsicUI()
Expand Down

0 comments on commit 5935abb

Please sign in to comment.