You can access it by
p (CGRect)[view bounds]
or
p view.layer.bounds
view.bounds is actually view.layer.bounds
It seems that the type info of [UIView bounds] is not available to lldb
You can access it by
p (CGRect)[view bounds]
or
p view.layer.bounds
view.bounds is actually view.layer.bounds
It seems that the type info of [UIView bounds] is not available to lldb