I'm working on a project allowing users play chess. I have a parent view which represents a board, each square is added to the board as a subview. Chess piece is an UIImageView and is added to a square as a subview.I'm working on a project allowing users play ch