开放流 Alex Fajkowski
我正在使用 Alex Fajkowski https://github.com/thefaj/OpenFlow。我想要在图像下添加一个文本标签,该文本标签应该针对每个视图进行更新。我仍然无法让它发挥作用。有人会那么友善并给我一些进一步的提示吗?到底在哪里以及如何实现这一点?
最好的问候雷根
I am using Open Flow(Cover Flow) implementation of Alex Fajkowski https://github.com/thefaj/OpenFlow. I would like to a text lable under the images, which should update for each view. I still cant make it work. Would anyone be so kind and give me some further hints where exactly and how to implement this?
Best Regards Regen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个委托方法(selectionDidChange)可以为您提供当前选定的索引。将 textView 连接到视图控制器。然后在委托方法“selectionDidChange”中更新textview
Well theres a delegate method (selectionDidChange) that gives you the currently selected index. Hook up a textView to your view controller. Then update the textview in the delegate method "selectionDidChange"