Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.37 KB

File metadata and controls

34 lines (18 loc) · 1.37 KB

TinderCartExampleSwiftUI

[ING] - SwiftUIで作成するTinder風のCard切り替え操作をするサンプル

以前にUIKitでも作成した経験がある、Tinderの様にスワイプ操作を利用してマッチング相手を選出する形のUIに類似した構造をSwiftUIのDragGestureを利用して組み立てたサンプルになります。

【参考資料】

【過去にUIKitを利用して作成したサンプル】

1. サンプル概要

【🎥 Movie】

Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-02-01.at.23.08.48.mp4

2. 設計資料

実装方針や着眼点を解説した図解ノートになります。

【📝 Note of Tinder Type UI Imprementation】

実装方針図解ノートその1

実装方針図解ノートその2

実装方針図解ノートその2