From a6127a778384dcf064427718a2bfaa4534c73cbb Mon Sep 17 00:00:00 2001 From: baymax Date: Thu, 2 Jul 2020 16:45:23 +0800 Subject: [PATCH] update update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2bd51ae..ebbe746 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ BMChineseSort [![Use Language](https://img.shields.io/badge/version-0.2.5-blue.svg)](https://github.com/Baymax0/BMChineseSort) [![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) +swift版本: [BMChineseSortSwift](https://github.com/Baymax0/BMChineseSortSwift)(支持 SPM) + ## 介绍 - `BMChineseSort`是一个为模型、字典、字符串数组根据特定中文属性基于tableview分组优化的工具类,基于异步、多线程降低排序时间。 - 对于多音字的问题,开放了一个映射属性,可手动修改个别多音字或你想要的映射关系。