CollectionViewPagingLayout icon indicating copy to clipboard operation
CollectionViewPagingLayout copied to clipboard

A simple but highly customizable UICollectionViewLayout for UICollectionView -- Simple SwiftUI views that let you make page-view effects.

Results 15 CollectionViewPagingLayout issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to user ScrollViewReader to a ScalePageView. The ScalePageView has an array of images I have a standard iOS horizontal scroll view with icons. I would like to...

if i set collectionflowlayout to this library, my collectionview ignores the semantics set by me. e.g i wanted RTL but when i set it let it again go the semantic...

Is it possible to arrange the UICollectionViewCells in a vertical orientation? Changing the `scrollDirection` only changes how I interact with the UICollectionView itself. The items keep being shown from left...

Hello, I encountered a problem with UI debugging or description during the development process, but I didn't find the corresponding description. I don't know if there is a solution description...

Hi, Is it possible to implement a tinder-like interface with the lib? For example, instead of paging through cards, I want the user to go through cards and swipe them...

首先非常感谢提供如此优秀的库,但是最低版本要求这么高让我们还在支持iOS11的工程怎么办?

I'm attaching a barebones project that can reproduce the bug I'm referring to below. When I use this package, my app can no longer present views without a weird side...

SwiftUI has setting navigationBarHidden(false) , still showing navigationBar if use ScalePageView. ~ Test phone:iPhone Xs Max version:15.6.1 appreciate the development team ` import SwiftUI import CollectionViewPagingLayout struct SubjectsScreen: View {...

When the contents of the list change, the list view scrolls from its initial position to the current page, and the contents blink video: https://github.com/doge1024/CollectionViewPagingLayout/blob/bugfix/blink_case/Simulator%20Screen%20Recording%20-%20iPhone%2014%20Pro%20-%202023-04-02%20at%2016.34.37.mp4 case demo: https://github.com/doge1024/CollectionViewPagingLayout/tree/bugfix/blink_case mr: https://github.com/amirdew/CollectionViewPagingLayout/pull/91

When the contents of the list change, the list view scrolls from its initial position to the current page, and the contents blink video: https://github.com/doge1024/CollectionViewPagingLayout/blob/bugfix/blink_case/Simulator%20Screen%20Recording%20-%20iPhone%2014%20Pro%20-%202023-04-02%20at%2016.34.37.mp4 case demo: https://github.com/doge1024/CollectionViewPagingLayout/tree/bugfix/blink_case