LvJianfeng / LLCycleScrollView

Swift - 轮播图,文本轮播,支持左右箭头
MIT License
373 stars 65 forks source link

回调的titles必须有值吗? #5

Closed Jayxiang closed 7 years ago

Jayxiang commented 7 years ago

没有值崩溃了.. 还有能不能加一个纯文字的上下滚动的.

LvJianfeng commented 7 years ago

@Jayxiang 你是不是初始化的时候titles = nil哦,不要给nil,没有数据直接不赋值就行,这个我后面修改下逻辑,纯文字有需要我可以迭代下版本

Jayxiang commented 7 years ago

嗯,好的. 还有回调只有一种方式吗?

LvJianfeng commented 7 years ago

是的,目前回调只返回图片的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.

Jayxiang commented 7 years ago

不是,我是说直接用LLCycleScrollView.llCycleScrollViewWithFrame(CGRect.init(x: 0, y: bannerDemo.ll_y + 205, width: w, height: 200))这种方式没有用闭包 怎么获取index呢

LvJianfeng commented 7 years ago

你可以看看有没有开放闭包对象,如果开放了你可以直接实现的呢

发自我的 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.

LvJianfeng commented 7 years ago

我弄手机给你看了,你实现这个 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.

LvJianfeng commented 7 years ago

@Jayxiang 版本1.2.7,增加支持纯文本