Scale tableView cell with CGAffineTransform to cover entire screen
问题 I have a tableView where when a user taps on that cell, I want the cell to expand and fill the entire screen with that color. Currently, it does scale to fill the entire screen but the cells above it will also show. The colors come from an API and each cell changes color when the user taps the "Generate" button. Due to how the API's JSON file is structured, I only want 5 colors on the screen at a time. I can't figure out why the cells above it don't move upwards or how I can move the clicked