You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Demo ContentView File, I define: @State private var isResetGame: Bool = false, and in CustomButtonView @binding var isResetGame: Bool, see:
` struct ContentView: View {
In Demo ContentView File, I define: @State private var isResetGame: Bool = false, and in CustomButtonView @binding var isResetGame: Bool, see:
` struct ContentView: View {
struct CustomButtonView: View {
let pageIndex: Int
}
`
when I touch button and reset selectedPage, it stucked
The text was updated successfully, but these errors were encountered: