gpt4 book ai didi

ios - PFLogInViewController logInView.usernameField.attributedPlaceholder 不见了

转载 作者:行者123 更新时间:2023-11-28 23:34:49 25 4
gpt4 key购买 nike

在我的 PFLogInViewController 子类的 CustomLogInViewController 类中,我有这样的代码:

@implementation CustomLogInViewController

- (void)viewDidLoad {
[super viewDidLoad];
.......
self.logInView.usernameField.attributedPlaceholder = sOME_VALUE;
self.logInView.passwordField.attributedPlaceholder = sOME_OTHER_VALUE;
.......
}

这并没有产生任何特殊问题,但最近(POD 更新后),我收到以下错误消息:

Property 'attributedPlaceholder' cannot be found in forward class object 'PFTextField'

有其他人遇到过这种情况并有解决方案吗?

最佳答案

此错误通常表明 Xcode 无法识别您的符号。

尝试将其插入到您的 .h 文件中:

#import PFTextField.h

关于ios - PFLogInViewController logInView.usernameField.attributedPlaceholder 不见了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55235753/

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