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


i know po 0x12345 can print description of object, if wanna print property

( example property frame of object @ 0x12345 ),

how it?

cast object type. example:

po ((uiview *) 0x12345).layer 

Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

vue.js - Create hooks for automated testing -

Optimising Firebase database by automatically overwriting data -