gpt4 book ai didi

ios - objective-C/iOS : Setting delegations programmatically versus through the NIB

转载 作者:行者123 更新时间:2023-11-29 02:55:24 25 4
gpt4 key购买 nike

像这样在 iOS 中进行委托(delegate)有区别吗:

 @interface JOLoginHomeVC : MCViewController <UITextFieldDelegate>

与在 NIB 中相比,通过将每个单独的 UI 元素拖动到对象所有者来委托(delegate)它?

最佳答案

是的,这个:

@interface JOLoginHomeVC : MCViewController <UITextFieldDelegate>

设置 JOLoginHomeVC 以符合 UITextFieldDelegate 协议(protocol)。

InterfaceBuilder 中设置委托(delegate)实际上是指派委托(delegate)。它与分配它的功能相同:

someTextField.delegate = self;

关于ios - objective-C/iOS : Setting delegations programmatically versus through the NIB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23960963/

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