PXAlertView icon indicating copy to clipboard operation
PXAlertView copied to clipboard

Possibility to change Line Color

Open leolelego opened this issue 9 years ago • 0 comments

It can be cool to offer the possibility change the line color, because on white background, there is no line visible.

ex :

- (CALayer *)lineLayer
 {
     CALayer *lineLayer = [CALayer layer];
    lineLayer.backgroundColor = [self.lineColor CGColor];
    return lineLayer;
 }

leolelego avatar Nov 05 '15 14:11 leolelego