Toggle work automatically inside the button – Ios swift
struct MoviesShow: View { @State var movies: [String] = [ "Peaky", "JW 3", "Shwan RDS", "The Last Air Bender", "JW 2", "Spider Man 3", "The Great Wall", "Avatar", "Dragon", "My Love for Tiger", "Cinderella", "Nobody", "Scarface" ] @State var isAZ:…