mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
docs: update ios runtime docs to reflect macOS support
Diffs= 064e7688a docs: update ios runtime docs to reflect macOS support (#5287) Co-authored-by: Zachary Plata <plata.zach@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
9695de6e34a963dd4fa4dc73b72e366c7a68ff04
|
||||
064e7688a88e5160bc999f4387de212777da7283
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||

|
||||
|
||||
An iOS runtime library for [Rive](https://rive.app) that supports both UIKit and SwiftUI.
|
||||
An iOS/macOS runtime library for [Rive](https://rive.app) that supports both UIKit, AppKit, and SwiftUI.
|
||||
|
||||
The library is distributed both through Swift Package Manager and Cocoapods.
|
||||
|
||||
@@ -32,17 +32,17 @@ The library is distributed both through Swift Package Manager and Cocoapods.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Follow along with the link below for a quick start in getting Rive iOS integrated into your multi-platform applications.
|
||||
Follow along with the link below for a quick start in getting Rive iOS/macOS integrated into your multi-platform applications.
|
||||
|
||||
[Getting Started with Rive in iOS](https://help.rive.app/runtimes/overview/ios)
|
||||
|
||||
## Supported Devices
|
||||
|
||||
Currently, this runtime library supports a minimum iOS version of **14.0+**. Devices supported include iPhone, iPad, and Mac catalyst.
|
||||
Currently, this runtime library supports a minimum iOS version of **14.0+**. Devices supported include iPhone, iPad, and Mac catalyst. macOS support supports a targeted version of **13.1**.
|
||||
|
||||
## Examples
|
||||
|
||||
Check out the `Demo-App/` folder and `Example-iOS/` folder for example applications using the Rive iOS runtime. It showcases a number of ways to use the high-level `RiveViewModel` API through UIKit and SwiftUI examples, including:
|
||||
Check out the `Demo-App/` folder and `Example-iOS/` folder for example applications using the Rive iOS/macOS runtime. It showcases a number of ways to use the high-level `RiveViewModel` API through UIKit and SwiftUI examples, including:
|
||||
|
||||
- Setting a Rive file via a URL or asset in the bundle
|
||||
- Setting layout and loop mode options
|
||||
|
||||
Reference in New Issue
Block a user