iOS開發畫虛線的方法

CAShapeLayer *shapeLayer = [CAShapeLayer layer];     [shapeLayer setBounds:self.view.bounds];     [shapeLayer setPosition:self.view.center];     [shapeLayer setFillColor:[[UIColor clearColor] CGColor]
相關文章
相關標籤/搜索