gpt4 book ai didi

iphone - 如何在 iPhone 应用程序的垂直居中显示 UITextField 中的文本

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

我有 iphone 应用程序,其中有文本字段,它工作正常,但问题是它显示文本字段顶部的文本,我希望它垂直居中对齐。这是我的文本字段代码。

  herdTextFieldSecond=[[UITextField alloc] initWithFrame:CGRectMake(108,1052,259,36)];
herdTextFieldSecond.textAlignment = UITextAlignmentLeft;



herdTextFieldSecond.textColor = [UIColor blackColor];
herdTextFieldSecond.borderStyle =UITextBorderStyleRoundedRect;
herdTextFieldSecond.text=@"";
herdTextFieldSecond.font = [UIFont fontWithName:@"Helvetica" size:16];
herdTextFieldSecond.delegate=self;
herdTextFieldSecond.layer.borderWidth =1;
herdTextFieldSecond.layer.borderColor = [UIColor darkGrayColor].CGColor;
herdTextFieldSecond.layer.cornerRadius=5;

最佳答案

使用以下代码在 UITextFiled 中垂直对齐文本:

MyTextFieldName.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;

关于iphone - 如何在 iPhone 应用程序的垂直居中显示 UITextField 中的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18566162/

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