UITableView

Style:Grouped.

UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];

仅针对单一的cell,也就是只有一种Cell Identifier。

MAR:对应 X section Y row 的 cell 的内存地址,取16进制的后四位。

section-row  MAR     ↓      ↓      ↓      ↑

0-0      7650     -      -      -      -

0-1      3b70    3b70     -      -      -

1-0      3d60    3d60    3d60     -      3d60

1-1      77c0    77c0    77c0    77c0    77c0

1-2      4bd0    4bd0    4bd0    4bd0    4bd0

1-3      cac0    cac0    cac0    cac0    cac0

2-0      8ea0    8ea0    8ea0    8ea0    8ea0

2-1      b750    b750    b750    b750    b750

2-2      b360    b360    b360    b360    b360

3-0        -     7650    7650    7650    7650

3-1        -      -     3b70    3b70    3b70

3-2        -      -      -      3d60     -

 

对于多Cell Identifier的还没调过。

相关文章:

  • 2021-08-05
  • 2021-12-02
  • 2021-07-27
  • 2021-11-29
  • 2021-07-23
  • 2022-12-23
  • 2022-01-07
  • 2021-12-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-07-04
  • 2022-12-23
  • 2021-10-02
  • 2021-07-21
相关资源
相似解决方案