How to create a horizontal Collection View in iOS swift?

Solution:

In your viewdidload add the below code and integrate the collection View delegate methods it will works good.Happy coding....


        let layout = UICollectionViewFlowLayout();           layout.scrollDirection = .horizontal
        self.CollView.collectionViewLayout = layout

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift