Julian Gong

Results 3 comments of Julian Gong

Maybe a bug in Apple App validation backend? https://developer.apple.com/forums/thread/695031

I was getting same issue. By changing debug to release mode to run, crash in this line: `label.textColor = self.legendFontColor ? self.legendFontColor : [UIColor blackColor];`. Both legendFontColor and legendFont should...