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
Try it with Swift 2.0:
self.description().componentsSeparatedByString(".").last!