gpt4 book ai didi

iphone - iPhone 中的自动滚动选框标签

转载 作者:行者123 更新时间:2023-12-03 20:25:17 25 4
gpt4 key购买 nike

我有一个 UILabel,我想像 HTML 中的选取框标签一样滚动,我该怎么做?

#define LEFTSCROLLDIRECTION 0
#define RIGHTSCROLLDIRECTION 1

MarqueeLabel *marquee = [[MarqueeLabel alloc] initWithFrame:CGRectMake(10, 10, 300, 30)];
label.scrollDirection = LEFTSCROLLDIRECTION;
[self.view addSubview:marquee];

编辑

我找到了this这个类一开始似乎有效..

但是这有一个错误..如果我在 UINavigationController 中向前导航并在一段时间后弹出 PushViewController,autoScrollLabel 就会停止动画..

AutoScrollLabel *autoScrollLabel = [[AutoScrollLabel alloc] init];
autoScrollLabel.text = @"Hi Mom! How are you? I really ought to write more often.";
autoScrollLabel.textColor = [UIColor yellowColor];

最佳答案

查看this开源组件,其实叫MarqueeLabel。

这让事情变得非常简单。

关于iphone - iPhone 中的自动滚动选框标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10551897/

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