Swiftpack.co - nabla/nabla-ios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by nabla.
nabla/nabla-ios 1.0.0
Nabla iOS SDK
⭐️ 9
🕓 1 week ago
iOS
.package(url: "https://github.com/nabla/nabla-ios.git", from: "1.0.0")

Nabla iOS SDK

The Nabla iOS SDK makes it quick and easy to build an excellent healthcare communication experience in your iOS app. We provide powerful and customizable UI elements that can be used out-of-the-box to create a full healthcare communication experience. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences.

Documentation

Check our documentation portal for in depth documentation about integrating the SDK.

Getting started

Using Swift Package Manager

The Nabla Messaging UI SDK is compatible with iOS 13 and higher.

Open your .xcodeproj, select the option "Add Package..." in the File menu, and paste this URL:

https://github.com/nabla/nabla-ios

Xcode will look for the Products available in the Package. Select NablaMessagingCore and NablaMessagingUI. Press next and Xcode will download the dependencies.

You can find the latest version available in the release page.

Using Cocoapods

Add the following dependencies in your Podfile

pod 'NablaMessagingUI'
pod 'NablaMessagingCore'

And then run pod install to update your project.

Sample app

You can find an example of a basic integration of the Messaging UI SDK in our demo app.

Need more help?

If you need any help with the set-up of the SDK or the Nabla platform, please contact us on our website. We are available to answer any question.

GitHub

link
Stars: 9
Last commit: 4 days ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

1.0.0
1 week ago

[1.0.0] - 2023-03-16

Added

Changed

  • Global: Views will display an error if visible on screen when clearCurrentUserData() is called.
  • MessagingCore: watchConversations(), watchConversation(withId:) and watchItems(ofConversationWithId:) will send some UserIdNotSetError if they are active when clearCurrentUserData() is called.
  • MessagingUI: NablaClient.shared.messaging.views is NOT marked @MainActor.
  • Scheduling: Rename Appointment.State.upcoming to Appointment.State.scheduled

Fixed

  • MessagingUI: Fixed an issue in items date grouping where some date separators where missing.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics