Can a plain style table view have sections?
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-04-09T12:38:53Z
Indexed on
2010/04/09
12:43 UTC
Read the original article
Hit count: 167
iphone
|uitableview
From the docs:
A plain-style table view is an unbroken list; a grouped table view has visually distinct sections.
So in plain style, I can't have any sections? Or if I had some, they could not be visually distinct? Is that right?
© Stack Overflow or respective owner