MaherKSantina / MSPeekCollectionViewDelegateImplementation

A custom paging behavior that peeks the previous and next items in a collection view
https://medium.com/@maher.santina90/how-to-create-cells-that-peek-on-the-sides-like-ios-11-app-store-ef4bb54c0c7d
MIT License
355 stars 32 forks source link

SPM Fail #73

Open shokaveli opened 3 years ago

shokaveli commented 3 years ago

Trying to integrate using SPM but getting Package Resolution Failed. Im using the URL :

https://github.com/MaherKSantina/MSPeekCollectionViewDelegateImplementation

image

MaherKSantina commented 3 years ago

Thanks @shokaveli for contributing to this repo by raising this issue! I tried to reproduce the issue by creating a new project and adding the swift package but it seems to work for me, here's a screenshot

Screen Shot 2021-04-07 at 5 47 50 pm

Are you by any chance using SwiftUI? I don't know if this library works in a SwiftUI project. Also I'm using Xcode 12.4. Do you mind trying adding it to a brand new project and see if it works?