Getting the classname of an object as String using:
object_getClassName(myViewController) returns something like this:
_TtC5AppName22CalendarViewController I am looking for the pure version: "CalendarViewController". How do I get a cleaned up string of the class name instead?
I found some attempts of questions about this but not an actual answer. Is it not possible at all?