Before iOS 15 after I made
self.tableView.beginUpdates()
self.tableView.endUpdates()
method heightForRowAtindexPath was called and my cell height changed without reloading data in the cell. Now in iOS 15 this not works! How can I force reload tableview cell height without reloading data in this cell?