SwiftBindings.Stripe.UICore
26.4.2
dotnet add package SwiftBindings.Stripe.UICore --version 26.4.2
NuGet\Install-Package SwiftBindings.Stripe.UICore -Version 26.4.2
<PackageReference Include="SwiftBindings.Stripe.UICore" Version="26.4.2" />
<PackageVersion Include="SwiftBindings.Stripe.UICore" Version="26.4.2" />
<PackageReference Include="SwiftBindings.Stripe.UICore" />
paket add SwiftBindings.Stripe.UICore --version 26.4.2
#r "nuget: SwiftBindings.Stripe.UICore, 26.4.2"
#:package SwiftBindings.Stripe.UICore@26.4.2
#addin nuget:?package=SwiftBindings.Stripe.UICore&version=26.4.2
#tool nuget:?package=SwiftBindings.Stripe.UICore&version=26.4.2
SwiftBindings.Stripe.UICore
Native Swift interop bindings for StripeUICore — the shared UI building-block module of the Stripe iOS SDK. It hosts form fields, theming primitives, and view utilities consumed by StripePaymentSheet, StripePaymentsUI, StripeConnect, StripeIdentity, StripeIssuing, and StripeFinancialConnections. These are not Objective-C proxy wrappers — they use .NET 10's native Swift interop for direct, high-performance calls into Swift APIs from C#.
📖 Full usage guide → — where
StripeUICoresits in the Stripe package map, and the packages that consume it.
You should not install this package directly. It is pulled in automatically as a transitive dependency by every public Stripe binding package that consumes it (
StripePaymentSheet,StripePaymentsUI,StripeConnect,StripeIdentity,StripeIssuing,StripeFinancialConnections), so NuGet resolves it for you. It exists as a standalone NuGet only so its binary can be shared across siblings without duplication. Reference it explicitly (dotnet add package SwiftBindings.Stripe.UICore) only if you are intentionally callingStripeUICoresymbols from your own code.
Requirements
- .NET 10.0+
- iOS 15.0+
- macOS host for development
Usage
using StripeUICore;
// The package's primary role is to be loaded as a dependency of sibling
// Stripe packages. Direct construction of UI primitives from C# is not the
// intended use — see Caveats below.
var moduleType = typeof(Functions);
Documentation
- Usage guide (wiki) — full C# walkthrough of the binding surface
- Stripe iOS SDK on GitHub
StripeUICoresource
Caveats
Stripe ships StripeUICore as part of their iOS SDK but documents it as @_spi/internal. They reserve the right to break its API in any release. Consequently, almost every public type in this module is suppressed at binding-generation time as ModuleInternal and is not exposed to C#. If you depend on StripeUICore types directly, expect churn — re-evaluate against the public Stripe modules first.
How It Works
These bindings are auto-generated by Swift Dotnet Bindings using .NET 10's native Swift interop via the SwiftBindings SDK.
License
The bindings are MIT licensed. The Stripe iOS SDK is MIT licensed — see Stripe's license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-ios26.0 is compatible. |
-
net10.0-ios26.0
- SwiftBindings.Apple (>= 26.2.9)
- SwiftBindings.Runtime (>= 0.19.0 && < 0.20.0)
- SwiftBindings.Stripe.Core (>= 26.4.2)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on SwiftBindings.Stripe.UICore:
| Package | Downloads |
|---|---|
|
SwiftBindings.Stripe.PaymentSheet
.NET bindings for the StripePaymentSheet Swift library |
|
|
SwiftBindings.Stripe.PaymentsUI
.NET bindings for the StripePaymentsUI Swift library |
|
|
SwiftBindings.Stripe
.NET bindings for the Stripe Swift library |
|
|
SwiftBindings.Stripe.Connect
.NET bindings for the StripeConnect Swift library |
|
|
SwiftBindings.Stripe.Identity
.NET bindings for the StripeIdentity Swift library |
GitHub repositories
This package is not used by any popular GitHub repositories.