I have a UIView subclass that I created in this way:
class UpperView : UIView{ var currentColor : UIColor = .white private var lineArray: [[CGPoint]] = [[CG