Swift 实用技巧

1. protocol + extension 初始化后直接配置相应属性
1 | protocol XXXBuilder {} |
2. Double 转 String,限制小数位数
1 | extension Double { |
- Post title:Swift 实用技巧
- Post author:xxxixxxx
- Create time:2021-06-05 16:13:00
- Post link:https://xxxixxx.github.io/2021/06/05/100-Swift实用技巧/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
Comments