i\'m trying to segue from objective-c to swift.
However when I try this using the object below I receive the following error
I don\'t know what i\'m doi
I guess the more safe way is to use navigationController?.pushViewController(_:animated:), instead of using segues.