C
Size: a a a
SP
А
startNumOfCells, я нажимаю кнопку и в кнопке вот такой цикл     @IBAction@IBAction func addChild(_ sender: UIButton) {
        if startNumOfCells < 5 {
            startNumOfCells += 1
            tableView.reloadData()
        } else {
            addChildbutton.isHidden = true
        }
    }PS
PS
AS
А
numberOfRowsInSection ?AS
А
🅰Б
AS