How to get class name of UIViewController Class in swift
UIViewController
In Objective C, we can do something like this :
self.appDelegate = (shAppDeleg
To know your class name you can call something like this:
var className = NSStringFromClass(yourClass.classForCoder)