BMChineseSort
BMChineseSort copied to clipboard
BMChineseSort是一个为模型、字典、字符串数组根据特定中文属性基于tableview分组优化的工具类,基于异步、多线程降低排序时间。
Results
2
BMChineseSort issues
Sort by
recently updated
recently updated
newest added
一字特殊字符,空字符串解析崩溃
谷歌了下, ` semaphore = dispatch_semaphore_create(1); //异步执行 dispatch_async(dispatch_get_global_queue(0, 0), ^{ //将数据 转换为 BMChineseSortModel NSMutableArray *sortModelArray = [NSMutableArray arrayWithCapacity:0]; [objectArray enumerateObjectsWithOptions:NSEnumerationConcurrent usingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { BMChineseSortModel...