HA ii everybody,i want to customize the table-view cell like the image shown below,that is cells are not separated by one-by one.I strongly believe that this could not be possible but if i got a solution for this it will be a great great help for me.Now i show different verses of bible in a cell like the ordinary table-view cells.But i want to do by this way as shown in the image.
Thanks in advance.
HA ii everybody,i want to customize the table-view cell like the image shown below,that
Share
UITableViewCell can be subclassed. Just create your own custom Cells that have greater height than needed to just hold the text. This extra height will act as a separator before the next cell.