gpt4 book ai didi

ios - 为什么在参数的参数中使用(点)?

转载 作者:搜寻专家 更新时间:2023-11-01 06:22:12 25 4
gpt4 key购买 nike

目前正在尝试学习 swift,我对为什么有些参数前面有一个点而有些没有。例如

向 UIAlertView 对象添加按钮

警报的名称 = simpleAlert

按钮标题="is"

按钮的样式 = 默认

处理程序 = 无

为什么这样写比较合适

simpleAlert.addAction(UIAlertAction(title:"YES",style: .Default, handler: nil))

代替

simpleAlert.addAction(UIAlertAction(title:"YES",style: Default, handler: nil))

最佳答案

这是编写 UIAlertActionStyle.Default 的一种简短方式(UIAlertActionStyle 是一个枚举,Default 是它的一个值)。 UIAlertView 已经知道您将为该参数使用 UIAlertActionStyle,因此您只需编写该枚举的值即可。

关于ios - 为什么在参数的参数中使用(点)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31949195/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com