We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bc10421
4c9f511
String
let str = "1234567890" str[5] == .some("6") str[-20] == nil
str[0...5] == "123456" str[0..<5] == "12345" str[..<5] == "12345" str[5...] == "67890" str[...5] == "123456"
RunTime
添加 classList() 用于获取所有已注册的类
3a57096
添加 EventBus 事件总线实现.
6f4c176
添加 设备类型/设备版本类型 获取
d229e86
Sources NSObject 添加 customKeys 属性
1215262
多平台兼容
e0e66da
数据attributedString限定为iOS9.0
dyld: Symbol not found: _NSCharacterEncodingDocumentOption
5228e8c
拆分为多个子库
e82ef3b
0.4.0
5757d72