Swift - Objective-C load class method?

前端 未结 7 1825
暗喜
暗喜 2020-12-01 18:28

In Objective-C, NSObject had a class method called load that gets called when the class is loaded for the first time. What is the equivalent in Swi

相关标签:
7条回答
  • 2020-12-01 19:09

    Support for overriding load was removed in Swift 1.2

    0 讨论(0)
提交回复
热议问题