Swift PiecesPro
  • Library
    Screens48Finished, designed screens for real apps.Templates10Complete apps built from the screens.Build Kit24Styles, briefs and recipes for your coding agentEverything58The whole library, with search
  • Docs
  • Pro

Library

  • Screens48
  • Templates10
  • Build Kit24
  • Everything58
  • Docs
  • Pro
  • Account
Get Swift Pieces ProFree library ↗
Swift PiecesPro

Production-ready SwiftUI screens and app templates for iOS. The pieces to build the whole app.

Library

  • Screens
  • Templates
  • Build Kit
  • Everything

Product

  • Pro
  • Your account
  • Sign in

Resources

  • Docs
  • CLI
  • MCP and agents
  • Free library

Social

  • X / Twitter
  • GitHub

SWIFTPIECES PRO

© 2026 Swift Pieces. One payment, lifetime access, per-developer commercial license.

Curated withby Saivion

LibraryScreensActivity

Screen · Finance

Activity

Account activity grouped by day, with rows that swipe to categorize, split or hide.

Account activity built on a finance row that swipes right into a category tray and left to split or hide, expands inline with a map slot and receipt items, rolls its amount and pulses while pending.

SwiftUIiOS 17.0+transaction-row

Get Swift Pieces Pro

$199 once, every piece included. See how installing works · Sign in

01

What's included

SwiftUI source you own, built on Apple frameworks only.

  • Swipe right into a category tray, left to split or hide
  • Rows expand inline with a map slot and receipt items
  • Rolling amounts and a pulse while pending
  • The Activity screen from the preview: balance, search and days

In the Build Kit

Studio (style), Personal Finance (brief), Send Money (recipe). Your agent builds around this screen in the same design.

Used in

Finance App (template)

02

Implementation notes

How it behaves, what it handles, and the decisions behind it.

The row shows a category tile, merchant, subtitle and an amount that tints for credits and rolls with numericText when it changes. Swipe right and a tray of category tiles scales in one by one; tap a tile to categorize with a firm haptic. Swipe left for split and hide. Tap the row to expand it in place with a spring, revealing a map slot and receipt line items with a total. Pending rows breathe the amount until they post.

Notes

  • States: resting, pressed, categorize tray open, actions open, expanded, pending.
  • The swipe is a simultaneousGesture with a 12pt minimum that only claims clearly horizontal drags, so it lives happily inside List and ScrollView. Limits rubber-band, predictedEndTranslation commits flicks, and a soft impact fires when a side opens.
  • Pass a changed FinanceTransaction value (new amount, isPending false, a category) and the row animates the difference; the tile symbol replaces with a symbol effect.
  • The map slot is any view; the default TransactionMapPlaceholder is a quiet fill with a pin, so no MapKit dependency until you want one.
  • VoiceOver reads the row as one button with Categorize, Split and Hide actions; the tray tiles are labeled buttons once open. Reduce Motion stops the pending pulse and shortens the springs.
  • TransactionRowExample at the end of TransactionRow.swift is the screen shown in the preview; copy it as a starting point.

03

Keep building

Pieces that work well next to this one.

Screen · Finance

Wallet

A wallet of stacked cards and passes you can bring forward, fan out and reorder.

Screen · Finance

Budget

A budget overview around a ring you can scrub, with category limits and period switching.

Screen · Finance

Send Money

A transfer review with the recipient, a huge amount and a slide-to-send control that commits with a haptic.