I have a UITableView that has two modes. When we switch between the modes I have a different number of sections and cells per section. Ideally, it would do some cool anima
Swift 4 version for @dmarnel answer:
tableView.reloadSections(IndexSet(integer: 0), with: .automatic)