如何在表格视图下方的视图上显示文本,该单行文本必须滚动
我有一个视图,其中有 tabel 视图,并且我想在主视图底部设置一个从左到右滚动的文本,....
如果我选择导航栏来解决此目的,该怎么办? 我可以选择解决这个问题吗?
任何建议表示赞赏
i have a view in which i have tabel view and i want to set up a text scrolling from left to right in the bottom of my main view ,....
what abt if i am select navigation bar for solve this purpose?
can any suggest which i have choose to solve this....
any suggestions appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将页脚插入 UITableView(具有透明背景的简单 UILabel)。
在 Interface Builder 中,只需将 UILabel 控件拖到 UITable 底部即可。
或者你可以用代码来实现:
You can insert footer into UITableView (simple UILabel with transparent background).
In Interface Builder just drag UILabel control on UITable bottom.
Or you can make it in code: