brightec / CustomCollectionViewLayout

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns
MIT License
519 stars 123 forks source link

Crashing #33

Open Rahulgupta-cdnsol opened 6 years ago

Rahulgupta-cdnsol commented 6 years ago

Hi,

I am trying to using this library in Xcode 9.3. When I increase or decrease the column it gets crashed. Please let me know what need to do?

Thanks, Rahul Gupta

ulises01 commented 6 years ago

have you found any solution?

Ashutos39 commented 6 years ago

Hi Rahul, There are lots of issue in that project.so kindly share your requirement so I can help you. This is my WhatsApp number is 8553096341. if anything you want please ping me.

On Fri, Jun 8, 2018 at 3:19 AM, ulises01 notifications@github.com wrote:

have you found any solution?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brightec/CustomCollectionViewLayout/issues/33#issuecomment-395576478, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfm1KevocKoWImkIDpTvMql3iSEd3Wqks5t6Z_QgaJpZM4UBS21 .

-- Thanks & Regards, Ashutos Sahoo| iOS Developer Skype: ashutos39@gmail.com | M: 91-8553096341

manish324saini commented 5 years ago

Hi, i am using xcode 9.2 for this library. but it is crashing when i took below Row and Column. it is working fine if i took numberOfItemsInSection greater then 7. func numberOfSections(in collectionView: UICollectionView) -> Int { return 5 } func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int { return 7 }

please help me for resolved it. thanks