How do i reach indexPath in a custom func? – Ios swift
I am trying to open a second UIAlertController upon choosing an option in the first UIAlertController but I am unable to reach indexPath in order to set a property from a textField of a second AlertController. Here's the snippet: override…