Skip to content

Instantly share code, notes, and snippets.

@codedeman
Created August 18, 2022 06:37
Show Gist options
  • Save codedeman/393bdaa58be4b424fbcb44be9cdb5ccb to your computer and use it in GitHub Desktop.
Save codedeman/393bdaa58be4b424fbcb44be9cdb5ccb to your computer and use it in GitHub Desktop.
CinemaViewController
extension ViewController:CinemaCellDelegate {
func loadImageCompleted(index: Int) {
self.tableView.reloadRows(at: [IndexPath.init(row: index, section: 0)], with: .fade)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment