amosgyamfi / open-swiftui-animations

You don't need an animation library to add a simple effect to your SwiftUI app. Create it yourself with SwiftUI. This repo inspires you to add helpful and expressive SwiftUI animations like loading/progress, looping, on-off, enter, exit, fade, spin, and background animations to your next project. The repo also contains tremendous spring animations.
https://twitter.com/amos_gyamfi
The Unlicense
4.1k stars 219 forks source link

Deemo Create FAQ View #8

Open chandangomechanic opened 2 years ago

chandangomechanic commented 2 years ago

I am new in SwiftUI, I want to creat FAQ view means( question answer view). In this view populate number of question and answer. When I click on anyone question, only the answer of that question is visible and not the other question. And the answer of all the questions should be hidden.