[Solved] Which UI Elements are used for table-like looks? (ios) [closed]


That’s a tableview. I would assume the “empty cells” are the same as the ones with text, but height is calculated based on the text.
So if there’s no text, there’s a default value + 0 as height.

If they aren’t custom cells, then they are section footers.

solved Which UI Elements are used for table-like looks? (ios) [closed]