Our catalog of designer-created UI components is built for easy integration, so you can concentrate on coding brilliant iOS apps. It works effortlessly with
Get notified on launch of curated collection of production-ready UI components for your next iOS app
A curated, open-source directory of SwiftUI components to simplify iOS development. Get clean code and modern designs to build standout apps faster
VStack(alignment: .leading, spacing: 2) {
Text("Available balance")
.font(.system(.subheadline))
.foregroundColor(.secondary)
HStack(spacing: 0) {
Text("$").foregroundColor(.gray.opacity(0.5))
RollingCounter(
value: balance,
formattingStyle: .decimal
)
}
.font(.system(.largeTitle, weight: .semibold))
}
Your app deserves better than standard components. Access SwiftUX and ship polished, professional UI in half the time