Is it still the case that you can't do this sort of thing:
class MyClass<T>: UIResponder { … }
ie: a generic subclass of an objc base class?
It seems to work in a debug build, but when I archived, the compiler exploded.
Not sure if it's an optimiser bug, or if the front end should be telling me not to be so stupid to try it in the first place.