Implementuję zwijalne nagłówki sekcji w UITableViewController. Oto jak określam, ile wierszy ma być wyświetlanych w poszczególnych sekcjach: override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { return self.sections[section].isCollapsed ? 0 :...