LNICoverFlowLayout icon indicating copy to clipboard operation
LNICoverFlowLayout copied to clipboard

Swift-only implementation of YRCoverFlowLayout. Also supports CocoaPods.

Results 7 LNICoverFlowLayout issues
Sort by recently updated
recently updated
newest added

Hi, I want to use latest commit by cocoa pods. Could you update version of `.podspec`?

I'm trying to integrate LNICoverFlow Layout in a custom view not in view controller by using the below code override func awakeFromNib() { super.awakeFromNib() coverFlowLayout.itemSize = CGSize( width: colView_headerLoc.bounds.size.width *...

this allows to customize the distance between the center item and its neighbours

How can we change the visible collection view cell position.It always start from center of the screen.Any help?

How to implement infinite scrolling continious loop??

I tried changing the cell size using the following method ` func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { }` How can I change the...