https://swiftwithmajid.com/2023/07/04/mastering-swift-foundation-formatter-api-custom-format-styles/
Swift with Majid
Mastering Swift Foundation Formatter API. Custom Format Styles
Swift Foundation Formatter API is one of my favorite recent additions to the Swift ecosystem. I use it in every project and build my custom-type formatting logic using the same approach. This week we will learn how to introduce custom formatters and use them…
https://mp.weixin.qq.com/s/ABveMrA--3JWkpfb2d09lw // Lightweight iOS animation framework
Weixin Official Accounts Platform
轻量化的iOS动画框架
iOS客户端日常开发中,经常要实现一些简单的动画组合效果,提升App的体验,但系统提供的实现方式存在回调嵌套的问题,不容易维护。