YinFeng Piao

Results 3 comments of YinFeng Piao

Install pods and add objective c bridging header.

![image](https://user-images.githubusercontent.com/21135877/87854195-d7a93000-c8d5-11ea-8ff3-2c70a547ff36.png) File replace #import "DPRollingEqualizerView.h" @implementation DPRollingEqualizerView #pragma mark - Drawing - (void)drawRect:(CGRect)rect { CGContextRef ctx = UIGraphicsGetCurrentContext(); CGContextSaveGState(ctx); CGRect frame = self.bounds; [(UIColor *)self.backgroundColor set]; UIRectFill(frame); CGFloat columnWidth =...