CustomCollectionViewLayout icon indicating copy to clipboard operation
CustomCollectionViewLayout copied to clipboard

Crashing

Open Rahulgupta-cdnsol opened this issue 6 years ago • 3 comments

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

Rahulgupta-cdnsol avatar May 16 '18 13:05 Rahulgupta-cdnsol

have you found any solution?

ulises01 avatar Jun 07 '18 21:06 ulises01

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 [email protected] 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: [email protected] | M: 91-8553096341

Ashutos39 avatar Jun 08 '18 04:06 Ashutos39

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

manish324saini avatar Sep 20 '18 18:09 manish324saini