标签: swift protocols didset
在调用Protocol或Delegate
答案 0 :(得分:0)
Set和Get用于设置和从属性中获取任何值,而不是用于协议.Delegation用于接收来自另一个控制器的回调。