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

store cgpoint in userdefaults iOS swift