New issue
Advanced search Search tips

Issue 863606 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: 2019-01-30
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

[iOS] Collections: Remove table view footer hack once iOS10 support is dropped.

Project Member Reported by kkhorimoto@chromium.org, Jul 13

Issue description

Several ChromeTableViewControllers use the following hack:

// Add a tableFooterView in order to disable separators at the bottom of the
// tableView.
self.tableView.tableFooterView = [[UIView alloc] init];

This prevents cell separators from appearing below the cells that were added to the UITableView.  However, these separators are not added in iOS 11, so we can unwind this hack once iOS10 is no longer supported.
 
NextAction: 2019-01-30

Sign in to add a comment