Get a user-readable version of the class name in swift (in objc NSStringFromClass was fine)

You can now just do:

String(MyClass)

Leave a Comment