Problem: The separator between cells in the table view is displayed only for those cells that are displayed when the view is loaded and only during loading. When the table view scrolls down, the cells scrollable in the view window do not show the separator between them, and then, when the table scroll is viewed, the original cells do not show the separator.
Details: I have a UITableView to which I am adding a standard UITableViewCells. These cells are created using initWithFrame, frame height = 90 pixels. I am adding a custom view created from nib for this cell view, height = 90px. The cell height is specified in 90 pixels in the table View: heightForRowAtIndexPath :.
Has anyone experienced this behavior?
jtrim source
share