gpt4 book ai didi

objective-c - 如何在页面中添加评论框?

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

我正在尝试使用您在下图中看到的内容对我的“添加评论”界面进行建模。但是,我无法在 XCode 库中找到这样的 UI 元素。

这是自定义的 UI 元素吗?或者我能否找到与您在图表中看到的外观和感觉相同的 UI?

enter image description here

最佳答案

您可以使用 UIImageView(银灰色背景)和其顶部的 UITextView 对其进行近似,该 UITextView 具有适当的 cornerRadius 集。你需要:

#import <QuartzCore/QuartzCore.h>

为了能够像这样设置 UITextView 的 cornerRadius 属性:

    textView.layer.cornerRadius = 1.0f; // play around to see what gives you the above rounded effect to your needs.

关于objective-c - 如何在页面中添加评论框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7560056/

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