IOS Clone Instagram App
- Nheng Vanchhay
- Aug 26, 2021
- 1 min read
These are some UI Designs of Instagram App which I've been working on for a day. It's made of some UI Elements from Swift which are really simple and easy to use. Please feel free to clone this project for your project study or in any whichever purposes you want to use. Don't hesitate to contact me for further information.

First layout design in storyboard: There are some elements to use: Tab bar, Tableview, CollectionView,

There are some data to use: I declare Array 2D

In View Controller
for table view we need to conform to protocol two: UICollectionViewDelegate, UICollectionViewDataSource


- function numberOfRowsInSection get value from data we already declare on top

For story instagram we use collectionView that can scroll horizontal


Check more detail in git: https://gitlab.com/vanchaynheng168/ios-instagram-vanchhaynheng
Thank you for read. I hope it can help you!



Comments