UIView的描述打印垃圾

时间:2012-08-22 18:59:57

标签: xcode uiview lldb

当我在任何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

这只发生在我的一个项目中。关于什么会导致它的任何想法?

1 个答案:

答案 0 :(得分:1)

我在iOS的UserVoice静态库中了解到这个问题的原因。