Skip to content

Commit 46a3045

Browse files
authored
fix #4431
1 parent 69f8bd4 commit 46a3045

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Reports/2024/#280-2024.03.11.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121

2222
还没有亲自体验过 Vision Pro 的开发者千万不要错过本次活动。
2323

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+
2430
## 文章
2531

2632
> 写的不错的技术博客,包含但不局限于 iOS、多端统一、设计、产品等

0 commit comments

Comments
 (0)