Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdaDigamma committed Jun 5, 2021
1 parent af2bfc3 commit f2e1bfd
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 @@ -24,9 +24,11 @@ dependencies: [
## Documentation

You can render the default user interface shipped with this package by using the `LicenseList` and its corresponding view model `LicensesViewModel` .
Be aware that the default implementation is based on a SwiftUI `List`.
The license terms are displayed in a `LicenseDetailView`.

### Rendering a license list from `Settings.bundle`
> Be aware that the default implementation is based on a SwiftUI `List` and needs to be embedded in a navigation context.
### Rendering a license list from settings bundle

To render licenses in your `Settings.bundle` generated with the [LicensePlist](https://github.com/mono0926/LicensePlist) package,
you can display the list like that:
Expand Down

0 comments on commit f2e1bfd

Please sign in to comment.