We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1ad755 + 9238f29 commit 20fb94eCopy full SHA for 20fb94e
1 file changed
ui/list-view/list-view.ios.ts
@@ -89,18 +89,6 @@ class UITableViewDelegateImpl extends NSObject implements UITableViewDelegate {
89
if (indexPath.row === this._owner.items.length - 1) {
90
this._owner.notify(<observable.EventData>{ eventName: LOADMOREITEMS, object: this._owner });
91
}
92
-
93
- if (cell.separatorInset) {
94
- cell.separatorInset = UIEdgeInsetsZero;
95
- }
96
97
- if (cell.preservesSuperviewLayoutMargins) {
98
- cell.preservesSuperviewLayoutMargins = false;
99
100
101
- if (cell.layoutMargins) {
102
- cell.layoutMargins = UIEdgeInsetsZero;
103
104
105
106
public tableViewWillSelectRowAtIndexPath(tableView: UITableView, indexPath: NSIndexPath): NSIndexPath {
0 commit comments