gpt4 book ai didi

iphone - iOS 开发 : How can I cause a UITableViewCell to change into an editable UITextField when it's tapped?

转载 作者:行者123 更新时间:2023-11-29 11:15:43 31 4
gpt4 key购买 nike

我有一个分组的 UITableView,其中一个单元格显示人名。我想允许用户在点击单元格时编辑此人的姓名。我知道这样做的唯一方法是将 UITextField 添加到 cell,唯一的问题是当它始终是 UITextField 时它看起来很难看.我希望让 cellUILabel 一样显示人名,当它被点击时,以某种方式将其转换为 UITextField,其中它可以被编辑。然后,当此人点击键盘上的返回键时,将其转换回 UILabel。这可能吗?

我搜索并找到了 this question问,但选择的答案太模糊,我无法理解解决方案。

非常感谢您的帮助!

最佳答案

只需使用这个:

textField.borderStyle = UITextFieldBorderStyleNone;

瞧 - 它看起来像一个 UILabel!

关于iphone - iOS 开发 : How can I cause a UITableViewCell to change into an editable UITextField when it's tapped?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9542253/

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