Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Use DiffAware in Texture demo
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Feb 28, 2019
1 parent b8b6b82 commit 0a8a381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension ASTableNode {
/// - deletionAnimation: The animation for delete rows
/// - replacementAnimation: The animation for reload rows
/// - completion: Called when operation completes
public func reload<T: Hashable>(
public func reload<T: DiffAware>(
changes: [Change<T>],
section: Int = 0,
insertionAnimation: UITableView.RowAnimation = .automatic,
Expand Down

0 comments on commit 0a8a381

Please sign in to comment.