gpt4 book ai didi

ios7 - 如何在 Xamarin for iOS7 中更改 UITextField Placeholder 的颜色和字体

转载 作者:行者123 更新时间:2023-12-04 23:02:24 26 4
gpt4 key购买 nike

using(UIFont font=StyleHelper.Fonts.HelveticaNeueLTDMC_18
using(UIColor color=UIColor.Clear.FromHex(0xc7c7c7))
{
color.SetFill ();

base.DrawString (this.Placeholder, rect, font);

}

我正在使用上面的代码,但它不起作用。

最佳答案

MonoTouch.UIKit.UITextField.AttributedPlaceholder 的 iOS-API 文档所示,你可以清楚地看到:

myLogin.AttributedPlaceholder = new NSAttributedString (
"Enter your credentials",
font: UIFont.FromName ("HoeflerText-Regular", 24.0f),
foregroundColor: UIColor.Red,
strokeWidth: 4
);

关于ios7 - 如何在 Xamarin for iOS7 中更改 UITextField Placeholder 的颜色和字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19998815/

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