LCFInfiniteScrollView icon indicating copy to clipboard operation
LCFInfiniteScrollView copied to clipboard

I think you can use UIPageViewController.

Open michaelmou opened this issue 9 years ago • 13 comments

thanks for you codes.

michaelmou avatar Apr 18 '16 02:04 michaelmou

#close

michaelmou avatar Apr 18 '16 02:04 michaelmou

UIPageViewController 可以实现这个效果吗?

leichunfeng avatar Apr 18 '16 02:04 leichunfeng

可以的。而且更简单

michaelmou avatar Apr 18 '16 07:04 michaelmou

UIPageViewController 是用来管理多个子控制器的吧?我这里并不是子控制器啊

leichunfeng avatar Apr 18 '16 08:04 leichunfeng

反正你的InfiniteScrollView也是UICollectionView的一个包装,呵呵。 我也可以用一个装饰器封把UIPageViewController包装起来呀

michaelmou avatar Apr 18 '16 08:04 michaelmou

有时间的话可以实现一下吗?

leichunfeng avatar Apr 18 '16 09:04 leichunfeng

好的

michaelmou avatar Apr 18 '16 09:04 michaelmou

https://github.com/michaelmou/MCInfinitedScrollView 写得很差,仅供学习讨论,谢谢合作

michaelmou avatar Apr 19 '16 08:04 michaelmou

无限滚动的功能并不是这个库的重点,重点是实现以轮播项为单位进行轮播,而不是以界面宽度为单位,可以实现一下吗?效果如下:

image

leichunfeng avatar Apr 19 '16 08:04 leichunfeng

以轮播项为单位进行轮播?? 这句话什么意思啊?

michaelmou avatar Apr 19 '16 08:04 michaelmou

你可以看一下 READMEiPhone 6 PlusiPad 的轮播效果,它的每一次滑动并不是以屏幕宽度为单位的,它的 pageWidth 并不是屏幕的宽度。

leichunfeng avatar Apr 19 '16 08:04 leichunfeng

哦,是要把宽度缩小对吧。也可以做啦,我有空再改改

michaelmou avatar Apr 19 '16 08:04 michaelmou

好的

leichunfeng avatar Apr 19 '16 08:04 leichunfeng