Closed Jayxiang closed 7 years ago
@Jayxiang 你是不是初始化的时候titles = nil哦,不要给nil,没有数据直接不赋值就行,这个我后面修改下逻辑,纯文字有需要我可以迭代下版本
嗯,好的. 还有回调只有一种方式吗?
是的,目前回调只返回图片的index呢。其他也没什么数据呢。
发自我的 iPhone
在 2017年4月25日,17:53,Jayxiang notifications@github.com 写道:
嗯,好的. 还有回调只有一种方式吗?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
不是,我是说直接用LLCycleScrollView.llCycleScrollViewWithFrame(CGRect.init(x: 0, y: bannerDemo.ll_y + 205, width: w, height: 200))这种方式没有用闭包 怎么获取index呢
你可以看看有没有开放闭包对象,如果开放了你可以直接实现的呢
发自我的 iPhone
在 2017年4月25日,18:04,Jayxiang notifications@github.com 写道:
不是,我是说直接用LLCycleScrollView.llCycleScrollViewWithFrame(CGRect.init(x: 0, y: bannerDemo.ll_y + 205, width: w, height: 200))这种方式没有用闭包 怎么获取index呢
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
我弄手机给你看了,你实现这个 lldidSelectItemAtIndex就行了 发自我的 iPhone
在 2017年4月25日,18:04,Jayxiang notifications@github.com 写道:
不是,我是说直接用LLCycleScrollView.llCycleScrollViewWithFrame(CGRect.init(x: 0, y: bannerDemo.ll_y + 205, width: w, height: 200))这种方式没有用闭包 怎么获取index呢
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
@Jayxiang 版本1.2.7,增加支持纯文本
没有值崩溃了.. 还有能不能加一个纯文字的上下滚动的.