CustomCollectionViewLayout
CustomCollectionViewLayout copied to clipboard
Crashing
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
have you found any solution?
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
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