gpt4 book ai didi

ios - iPhone - 使用 iOS 6 的警报 View 文本字段转换

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:08:57 26 4
gpt4 key购买 nike

<分区>

我的 UIAlertView 文本字段在使用 iOS6 时出现问题。文本字段一直移动到顶部。当我使用 iOS7 时,文本字段位于正确的位置。有人能帮我吗?这是代码:

UIAlertView *message = [[UIAlertView alloc] initWithTitle:@"Item?"
message:nil
delegate:self
cancelButtonTitle:@"Cancel"
otherButtonTitles:@"Add another", @"Done",nil];
[message setAlertViewStyle:UIAlertViewStylePlainTextInput];
[message textFieldAtIndex:0].autocapitalizationType = UITextAutocapitalizationTypeWords;
[message show];

文本字段出现在标题文本上(这里:Item?)

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