I would like to use a UItableView to show the calendar of the day. Each row corresponds to one hour. I need to show the hour between the two cells of my table.
Like this:

(source: free.fr )
And this is my UITableViewCell:

(source: free.fr )
In the first screenshot, this works fine, but if I scroll down and then scroll up, my timestamp is cropped as follows:

(source: free.fr )
Do you have any tips to solve this problem with tableView?
source
share