cloud-sdk-ios-fiori icon indicating copy to clipboard operation
cloud-sdk-ios-fiori copied to clipboard

SwiftUI implementation of the SAP Fiori for iOS Design Language.

Results 23 cloud-sdk-ios-fiori issues
Sort by recently updated
recently updated
newest added

Prerequisites: - Swift package dependencies have to support macOS - adopt recent `1.2.0` release of github.com/sstadelman/observable-array - declare support for macOS in Package.swift - fix build issues for macOS (due...

enhancement

Integration Cards handlebar replacement should support JS transformations with sap.ui.core.format.NumberFormat options. https://openui5.hana.ondemand.com/#/api/sap.ui.core.format.NumberFormat Supported per specification: https://openui5.hana.ondemand.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/learn/formatters

enhancement

A searchable list picker that support tracking alive or not.

``` import SwiftUI import SAPFiori // https://github.com/SAP/cloud-sdk-ios.git // exact 8.0.2 struct FUIButtonWrapper: UIViewRepresentable { let title: String let foregroundColor: Color let action: () -> Void func makeCoordinator() -> Coordinator {...