We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参见 #218 (comment)
The text was updated successfully, but these errors were encountered:
后续如果在项目中看到其他老旧的第三方库,也可以这样开个 issue 进行替换。
Sorry, something went wrong.
It will be blocked by the current ObjC codebase. We may consider doing so when we finish all the usage's migration to Swift.
Most value types (struct/enum) can't be used in ObjC code.
String, Dictionary and Array is just specially ones which can be bridged to NSString, NSDictionary and NSArray.
If we replace MMOrderedDictionary with OrderedDictionary, all the ObjC code can not utilize it.
好吧,那暂时先放着,等我们 Swift 迁移完成后再来替换。
Defaults
No branches or pull requests
参见 #218 (comment)
The text was updated successfully, but these errors were encountered: