zoukankan      html  css  js  c++  java
  • ios视图递归显示

    po [self.view recursiveDescription];

    显示如下

    <__NSArrayM 0x7b920e50>(
    <UITableViewWrapperView: 0x7b933960; frame = (0 0; 320 568); gestureRecognizers = <NSArray: 0x7b933f20>; layer = <CALayer: 0x7b933c60>; contentOffset: {0, 0}; contentSize: {320, 568}>,
    <_UITableViewCellSeparatorView: 0x7bd57cf0; frame = (16 307.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd4b390>>,
    <_UITableViewCellSeparatorView: 0x7bd4a070; frame = (16 351.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd4d410>>,
    <_UITableViewCellSeparatorView: 0x7bd5ea20; frame = (16 395.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd4d7b0>>,
    <_UITableViewCellSeparatorView: 0x7bd5c500; frame = (16 439.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd4e6e0>>,
    <_UITableViewCellSeparatorView: 0x7bd529b0; frame = (16 483.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5b650>>,
    <_UITableViewCellSeparatorView: 0x7bd4d350; frame = (16 527.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5d9c0>>,
    <_UITableViewCellSeparatorView: 0x7bd5ddd0; frame = (16 571.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5e7c0>>,
    <_UITableViewCellSeparatorView: 0x7bd5de90; frame = (16 615.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5bd40>>,
    <_UITableViewCellSeparatorView: 0x7bd54ac0; frame = (16 659.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd4bf60>>,
    <_UITableViewCellSeparatorView: 0x7bd56c40; frame = (16 703.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5d110>>,
    <_UITableViewCellSeparatorView: 0x7bd5c6c0; frame = (16 747.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5c740>>,
    <_UITableViewCellSeparatorView: 0x7bd5ecc0; frame = (16 791.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5eba0>>,
    <_UITableViewCellSeparatorView: 0x7bd56170; frame = (16 835.5; 304 0.5); autoresize = W; layer = <CALayer: 0x7bd5ec00>>,
    <_UITableViewCellSeparatorView: 0x7bd561f0; frame = (16 879.5; 304 0.5); autoresize = W; layer =<CALayer:0x7bd56270>>,<UIImageView:0x7bd52ea0; frame =(317.5561;2.57); alpha =0; opaque = NO; autoresize = LM; userInteractionEnabled = NO; layer =<CALayer:0x7bd52f20>>,<UIImageView:0x7bd52620; frame =(313565.5;72.5); alpha =0; opaque = NO; autoresize = TM; userInteractionEnabled = NO; layer =<CALayer:0x7bd52940>>)
  • 相关阅读:
    内存分配略谈
    变量声明顺序和指针偏移问题示例
    解决You have to be inside an Angular CLI project in order to use the serve command
    Linux中将命令放到全局
    Linux设置vim显示行号
    根据指定的excel模板导出数据
    解决 Maven工程运行报错Failed to clean project: Failed to delete
    springcloud工作用常用到的一些注解
    cmd窗口备份mysql数据库
    调用存储过程msql
  • 原文地址:https://www.cnblogs.com/Leetvin/p/4559606.html
Copyright © 2011-2022 走看看