We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea49cd commit f90d6ccCopy full SHA for f90d6cc
1 file changed
Reports/2025/#327-2025.03.17.md
@@ -18,7 +18,7 @@
18
19
### 🐎 [通过覆写方法看 Swift 方法派发](https://blog.rakuyoo.top/swift-method-dispatch-via-overriding/)
20
21
-[@DylanYang](https://github.com/Dylan19Yang):作者通过一个子类覆写方法的 Demo 向我们解释了 Swift 内静态派发和动态派发两种机制,并介绍了 @objc 和 dynamic 关键字的含义,讲述了如何在 extension 中正确的覆写父类方法。看完以后看兴趣的同学也可以尝试再研究下 Protocol 方法的派发机制。
+[@DylanYang](https://github.com/Dylan19Yang):作者通过一个子类覆写方法的 Demo 向我们解释了 Swift 内静态派发和动态派发两种机制,并介绍了 @objc 和 dynamic 关键字的含义,讲述了如何在 extension 中正确的覆写父类方法。看完以后感兴趣的同学也可以尝试再研究下 Protocol 方法的派发机制。
22
23
## 文章
24
0 commit comments