JFCitySelector icon indicating copy to clipboard operation
JFCitySelector copied to clipboard

点击最近访问button之间的空白会引起程序崩溃

Open Huangbingxiao opened this issue 4 years ago • 0 comments

请自行测试。 解决方法是在函数didSelectRowAtIndexPath的第二个if判断条件加上&& ![self.sectionFirstLetterMutableArrary[indexPath.section] isEqualToString:_config.historicalRecordTitle]

Huangbingxiao avatar Sep 27 '20 06:09 Huangbingxiao