ios - Get a view controller's class name as string -


if have uiviewcontroller subclass, how can class name string? i've tried doing [vc class], returns class object, not nsstring.

nsstringfromclass

returns name of class string.

nsstring * nsstringfromclass (       class aclass   ); 

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -