3

Is there a way to find out the class of an object in LLDB, while the object itself is represented by an id. Something like isKindOfClass, that returns what class it actually is and not just id.

4

1 に答える 1

9

うまくいくようpo [myObject class]です。誰かがより良い解決策を持っているなら、それを投稿してください。

于 2012-05-03T11:17:09.807 に答える