Julian Gong
Results
3
comments of
Julian Gong
我也遇到了 左滑返回后tableView上的cell都向右偏移了
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...