Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Jan 10, 2024
1 parent adac56c commit a4aa1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ListableUI/Sources/ListView/ListView.Delegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ extension ListView
/// Force a layout of the cell before it is displayed, so that any implicit animations
/// are avoided. This ensures that cases like toggling a switch on and off are
/// not animated as the cell comes into view.
cell.layoutIfNeeded()
}
}

Expand Down

0 comments on commit a4aa1d7

Please sign in to comment.