https://github.com/zoho/zohodeskplatformuikit
https://github.com/zoho/zohodeskplatformuikit
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoho/zohodeskplatformuikit
- Owner: zoho
- Created: 2024-10-30T07:49:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T05:03:00.000Z (10 months ago)
- Last Synced: 2025-05-13T05:30:14.842Z (10 months ago)
- Language: Swift
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZohoDeskPlatformUIKit
ZohoDeskPlatformUIKit is a flexible and powerful UI framework for iOS, designed to streamline the creation of dynamic user interfaces. With support for both Swift Package Manager and CocoaPods, ZohoDeskPlatformUIKit makes it easy to add rich, customizable components to your iOS applications.
## Key Features
- **Dynamic UI Rendering**: Build user interfaces directly from JSON configurations.
- **Customize Theme**: Support various themes configured for your app.
- **Single Framework**: Unified approach using `DataBridge`, with UIKit integration through RunTimeUtilities.
- **Combine and Custom Publishers**: Leverage Combine to dynamically observe and respond to data changes.
- **XCFramework Distribution**: Available as an XCFramework for added flexibility and performance.
## Installation
### Swift Package Manager
Add ZohoDeskPlatformUIKit to your project by including it in your `Package.swift` file:
```swift
dependencies: [
.package(url: "https://github.com/zoho/ZohoDeskPlatformUIKit.git", from: "{tag_version}")
]
```