In a piano app, I\'m assigning the coordinates of the black keys. Here is the line of code causing the error.
\'blackKey\' and \'whiteKey\' are both customViews
As its meanings, you can't assign value to expression. For instance, a + b = c it is forbidden.