当我对任何 UIView 执行 po 时,我得到以下信息。
(lldb) po [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)]
(id) $1 = 0x08731860 + ƒ„*∞Ì*Ä…3 Hܺ retain:1 - tag:0 - bgcolor:(r:0 g:0 b:0 a:1.00)
bounds: x:0 y:0 w:100 h:100 - frame: x:0 y:0 w:100 h:100 - center: x:50, y:50
这只发生在我的一个项目中。关于什么会导致它的任何想法?