Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
🟡 Changes recommended
The new helper passes optional artboard and state-machine names directly to APIs that require resolved names, so the sample does not compile as written.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates Apple runtime documentation for global view model binding and migration from deprecated auto-binding APIs.
Changes:
- Documents global discovery, rebinding, defaults, and error semantics.
- Adds explicit instance-retention setup and an optional helper.
- Refreshes overview/state-machine guidance and fixes binding examples.
File summaries
| File | Description |
|---|---|
runtimes/apple/data-binding.mdx |
Adds global binding and rebinding documentation. |
runtimes/apple/migrating-from-legacy.mdx |
Documents migration and explicit setup patterns. |
runtimes/apple/apple.mdx |
Updates Apple quick-start guidance. |
runtimes/apple/state-machines.mdx |
Updates binding and error guidance. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 3
- Review effort level: Lite (auto)
Note
Copilot is running an experiment and ran this review at Lite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
🟢 Approval recommended
The documentation changes are consistent and no unresolved issues were found.
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0 new
- Review effort level: Lite (auto)
Note
Copilot is running an experiment and ran this review at Lite.
Updates the Apple runtime docs for global view model support in https://github.com/rive-app/rive/pull/13377. Examples now create and retain instances explicitly, bind them during state machine creation or with the async binding API, and pass the configured components to Rive.
Rive.viewModelInstancenil.Rive.autoBound(...)extension returning the main and global instances.Publication should align with the runtime change's release.
Validation:
mint broken-linksandgit diff --checkpass. The helper passes Swift syntax parsing; it has not been compiled against the runtime.