Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

コースマップで各区間のタップを検知する #3

Open
Ockey12 opened this issue Jul 3, 2023 · 1 comment
Open

コースマップで各区間のタップを検知する #3

Ockey12 opened this issue Jul 3, 2023 · 1 comment

Comments

@Ockey12
Copy link
Collaborator

Ockey12 commented Jul 3, 2023

完了条件

  • コースマップで各区間をタップした際,その区間の名前をデバッグエリアに表示する

実現方法

  • CourseView内で各区間をButtonとして実装する
  • 区間の名前をenumで定義する
  • Buttonをタップしたときの処理にその区間の名前を渡し,デバッグエリアに表示する

関連資料(省略可)

@Ockey12
Copy link
Collaborator Author

Ockey12 commented Jul 3, 2023

SwiftUIで,ビューの境界は矩形になるため,見かけ上の曲線だけにタップの当たり判定を持たせることは難しい.
今のところ,実現できそうにない.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant