A card screen with a card that catches the light and flips to its CVV, plus limits and controls.
A card details screen: a skeuomorphic card with a private number mask, an attitude-driven sheen and holographic band, tap or drag to flip to the CVV and press to lift; below it, the month's spend, limits and freeze, online and contactless controls as bold blocks.
$199 once, every piece included. See how installing works · Sign in
SwiftUI source you own, built on Apple frameworks only.
PaymentCard for your own screensGraphic (style), Send Money (recipe). Your agent builds around this screen in the same design.
Finance App (template), Travel App (template)
How it behaves, what it handles, and the decisions behind it.
The card masks all but the last group of the number and reveals it from a small eye control or a bound isRevealed. A specular sheen and a thin holographic band follow the device attitude, filtered so they drift rather than jitter. Tap to flip to the back for the security code, or drag horizontally and the card turns with the finger and settles on the nearer face; pressing lifts the card with a deeper shadow. The network mark is a slot, so a logo, text, or nothing goes in the corner.
CMMotionManager polled on the main actor at 60 Hz through a low-pass filter. Updates start only while the scene is active and stop on disappear, in the background, and under Reduce Motion, where the sheen is static and the flip becomes a crossfade.Animatable value, so the face swap happens edge-on rather than at the start of the animation. A drag can turn the card at most one face per gesture; predictedEndTranslation commits flicks.surface with its on ink, theme.radius.lg corners, the display face as numberFont and a drawn two-disc mark. A violet card tilted behind it gives the stack its depth.PaymentCardExample in PaymentCard.swift is the earlier Studio card screen the Finance App template embeds; it is unchanged.PaymentCardScreenExample in the Example section of PaymentCard.swift is the Card Details screen from the preview.Pieces that work well next to this one.