如果我有一个很长的文本作为提示文本,例如:
[[self navigationItem] setPrompt:[NSString stringWithFormat:@"This is a very long message which I want it to be scrolled. So that the user can read all the text."]];
如何让它自动滚动?
我的解决方案是:
promptText
设置为nil
。 UILabel
。uilabel.position.x
设置动画并使用循环。答案 0 :(得分:0)
Toly Torn在他的博客中回答了这个问题
http://blog.stormyprods.com/2009/10/simple-scrolling-uilabel-for-iphone.html