We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f8bd4 commit 46a3045Copy full SHA for 46a3045
Reports/2024/#280-2024.03.11.md
@@ -21,6 +21,12 @@
21
22
还没有亲自体验过 Vision Pro 的开发者千万不要错过本次活动。
23
24
+## 新手推荐
25
+
26
+### [The power of inout parameters](https://danielsaidi.com/blog/2024/02/18/the-power-of-inout-parameters)
27
28
+[@zoeGuo](https://github.com/zoeGuo):Swift 函数参数是常量,这意味着不能在函数内部修改入参的值。将参数标记为 inout 实际是将入参值引用,从而实现在函数内更改其值。文中举例了富文本 context 跟随 textView 的各属性值变化的例子说明使用 inout 参数可以减少重复表意的代码、使代码更简洁。
29
30
## 文章
31
32
> 写的不错的技术博客,包含但不局限于 iOS、多端统一、设计、产品等
0 commit comments