iOS game development: how do I use NavigationView buttons to call a function from another class? – Ios swift
I'm brand new to Swift programming, and have pulled together a couple tutorials to try to make a simple Minesweeper iOS app. I want to have a menu at the bottom with an option to reset the board. I have…