This repository was archived by the owner on Jun 30, 2020. It is now read-only.

Description
An @IBAction func unwindToHere(segue: UIStoryboardSegue) { } function in a ViewController is detected as unused when it shouldn't be. The function is used from another ViewController wired up as an Exit segue (eg: to a button to close/dismiss the current VC and unwind the VC stack to a previous one).