Is it possible in Swift? If not then is there a workaround to do it? 20 Answers 20
weak references don’t seem to work in Swift unless a protocol is declared as @objc, which I don’t want in a pure Swift app. This code gives a compile...