I am aware of this question regarding how we can get a readable class name of an objective-c class in Swift.
What I want to achieve is getting the readable class name of
On the latest Swift below worked for me:
NSStringFromClass(type(of: yourClass!.self))