Get Class Name Swift

[Solved] Get Class Name Swift | Swift - Code Explorer | yomemimo.com
Question : get class name swift

Answered by : ahsan-lwa8tagab3go

let name = String(describing: type(of: self))

Source : https://stackoverflow.com/questions/26358422/get-class-name-of-uiviewcontroller-in-swift | Last Update : Tue, 25 Jan 22

Answers related to get class name swift

Code Explorer Popular Question For Swift