标签: ios swift uiviewcontroller swift4.2 hashable
我想知道是否可以在运行时使用UIViewController的hashValue唯一标识UIViewController的实例。
我尝试创建UIViewController并修改其某些属性,并且hasValue保持不变。 看起来hashValue在运行时没有变化,但我想确定的是,我没有在文档中找到“它是如何生成的”。
有人知道它是否基于起始memoryAddress吗? hashValue是否可以在运行时更改?