objective c - Classes used in a project -


is there elegant way list of classes used in project?

i aware of objc_getclasslist(...) gets classes in objective-c, , trying avoid using class_conformstoprotocol filter out classes.

thanks.

in xcode, press cmd+2 open symbol navigator , press c icon on lower left corner filter classes.

you can filter more pressing document icon next c icon. result contain classes defined in project. here's picture buttons have click marked in red:

picture of xcode symbol navigator filtering classes , project


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -