How can I cast, inspect pointers given back from the view debug hierarchy?

500 views Asked by At

I keep getting errors of

hexadecimal floating literal requires an exponent

or if I try to cast some label pointer, e.g. do:

po 0x7ffded7e7cf0 as UIlabel

I get:

error: expected ';' after expression

error: unknown type name 'as'

View Hierarchy debugger with right panel open and console with error

I know I can see most of this information on the right panel, but I want to get the information from the console myself (e.g. a label's text).

0

There are 0 answers