Commit 2ab6514 1 parent 862d3d3 commit 2ab6514 Copy full SHA for 2ab6514
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ extension SpreadsheetView {
326
326
}
327
327
328
328
func resetOverlayViewContentSize( _ contentInset: UIEdgeInsets ) {
329
- let width = contentInset. left + contentInset. right + tableView. state. frame. origin. x - intercellSpacing . width + tableView. state. contentSize. width
330
- let height = contentInset. top + contentInset. bottom + tableView. state. frame. origin. y - intercellSpacing . height + tableView. state. contentSize. height
329
+ let width = contentInset. left + contentInset. right + tableView. state. frame. origin. x + tableView. state. contentSize. width
330
+ let height = contentInset. top + contentInset. bottom + tableView. state. frame. origin. y + tableView. state. contentSize. height
331
331
overlayView. contentSize = CGSize ( width: width, height: height)
332
332
overlayView. contentOffset. x = tableView. state. contentOffset. x - contentInset. left
333
333
overlayView. contentOffset. y = tableView. state. contentOffset. y - contentInset. top
You can’t perform that action at this time.
0 commit comments