WBCollectionViewLayout
WBCollectionViewLayout copied to clipboard
is there any way to show one item in a row
If you want to show one item per row then you can simply use table view or collection view. Main purpose of my library is to give custom layouts like Pinterest, which is not achievable with default collection view flowlayout.
i wanted to show one item in one row and then on another row 2 items. mix of one and two items.
On Wed, Jul 1, 2020, 1:36 AM Muhammad Waqas [email protected] wrote:
If you want to show one item per row then you can simply use table view or collection view. Main purpose of my library is to give custom layouts like Pinterest, which is not achievable with default collection view flowlayout.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mwaqasbhati/WBCollectionViewLayout/issues/1#issuecomment-652028932, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7KZR34LJOSUKP6JKQOG3DRZJEETANCNFSM4OMQDGZQ .
unfortunately, that's not possible at the moment but I can add it in later versions.