gpt4 book ai didi

iphone - three20:更改 TTButton 的文本阴影

转载 作者:行者123 更新时间:2023-11-29 11:23:58 27 4
gpt4 key购买 nike

在我的项目中,我使用 Facebook API“three20”:https://github.com/facebook/three20/

我在 UINavigationBar 中使用了 TTButton。是否可以更改文本的阴影?

UINavigationBar 中的所有按钮和标签都需要一个阴影覆盖文本。 TTButton 的文本阴影位于文本下方。

谢谢!

最佳答案

您是否尝试过使用 TTStyle 自定义您的 TTButton? TTTextStyle 是 TTStyle 的子类,可用于自定义文本及其阴影的外观,如文本颜色、阴影偏移等。

例如,在我称为 BNDefaultStyleSheet 的子类 TTDefaultStyleSheet 中,我有这个方法:

- (TTStyle*)titleText {
return [TTTextStyle styleWithFont:[UIFont boldSystemFontOfSize:12] color:[UIColor orangeColor] next:nil];}

它返回可能应用该样式的 View 组件的样式。

这里的文档是 TTStyle 及其子类的类引用,可能会派上用场 http://api.three20.info/interface_t_t_style.php 1

关于iphone - three20:更改 TTButton 的文本阴影,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4785307/

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