gpt4 book ai didi

ios - UITextView没有拾取文本输入iOS

转载 作者:行者123 更新时间:2023-12-01 18:49:59 25 4
gpt4 key购买 nike

我有UITextView,如果要显示为空,我想显示一个警报

.h
@property (nonatomic, strong) IBOutlet UITextView *textField;

.m
- (IBAction)next:(id)sender {
if ([self.textField.text length] == 0) {
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Error!"
message:@"text empty"
delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
[alertView show];
}
}

警报未显示,我可以继续前进而无需输入任何文本。谁能帮我找出原因?

谢谢

最佳答案

我从头到尾检查了它,并正常工作。

Here is download link for testing the project

enter image description here

我敢肯定,textview没有连接到IB。

如果它已连接到IB,那么我想说将示例项目上载到Dropbox进行检查。

关于ios - UITextView没有拾取文本输入iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31856306/

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