This question already has answers here: Closed 9 years ago. Possible Duplicate: C# – Is there a better alternative than this to ‘switch on type’? C# doesn’t support switching...
  • May 24, 2022
  • 0 Comments
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...
  • May 9, 2022
  • 0 Comments