Releases: RoverPlatform/rover-ios
Releases · RoverPlatform/rover-ios
4.11.5
4.11.4
4.11.3
Release Notes
- Support for explicitly specifying navigation bar appearance, by adding two new parameters to
CommunicationHubViewandCommunicationHubHostingController:navigationBarBackgroundColorandnavigationBarColorScheme.
If a coloured navigation bar is desired, pass the desired color as the background color and set the color scheme to dark, so the elements (back arrow, search bar) of the nav bar appear visible on top of the background color. Example:
CommunicationHubHostingController(
/// Optionally specify the Communication Hub's title bar text, if needed. It defaults to "Inbox".
title: "Inbox",
// Optionally specify the accent color to use for buttons and links. It defaults to your app's accent color.
accentColor: .green,
navigationBarBackgroundColor: Color("App Brand Accent Color"),
navigationBarColorScheme: .dark
)4.11.2
4.11.1
4.11.0
Release Notes
- Introducing the new Inbox. See https://developer.rover.io/docs/ios/inbox for guidance on how to adopt it.
4.10.3
4.10.2
4.10.1
4.10.0
Release Notes
This release introduces SDK Authentication, which enables developers to integrate identity information from their backend with Rover in the form of a JWT ID Token. See SDK Authentication on the Rover documentation for further details and usage.