0
I overwrote a few seconds to use a viewController, where it will be dynamic and receiving the content according to the clicked menu. But the other seconds that I did not put an "identifier" stopped working.
Below is an example of how I am overwriting the following.
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
escondeMenu()
let viewControllerDestino = segue.destination as! CoringaViewController
if segue.identifier == "mEvento" {
viewControllerDestino.recebidoEventos = "Eventos"
I’m gonna have to put an ID on all the other seconds that stopped ?