Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aataraxiaa/ee8c16b28f28f2fcd61723e3c8ca447d to your computer and use it in GitHub Desktop.
Save aataraxiaa/ee8c16b28f28f2fcd61723e3c8ca447d to your computer and use it in GitHub Desktop.
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
// ...
guard fetchedElements.last! != knownOldestElement else { return }
// Fetch next page
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment