How do I print property of object with given address in LLDB?

Viewed 5247

I know po 0x12345 can print the description of the object, but if I wanna print its property

( for example property frame of the object at 0x12345 ),

How could I do it?

1 Answers
Related