YTastan / Instagram_Clone

A clone of instagram iOS app created using Swift 5 and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram_Clone

A clone of instagram iOS app created using Swift 5 and Firebase

Login

Home Feed

Dark and Light Mode

Profile Grid and List View

Custom Mosiac Image Picker

Users Search and Adding Comments

DM and interactive keyboard (like iMessage app)

performance

  • Using pagination in homefeed and messages to reduce server cost
  • implement infinite scrolling ( The app loads some initial data and then adds the rest of the information when the user reaches the bottom of the visible content) in home feed for better user experience
  • prefetching the posts before they got displayed in the backgrourd threads reducing the catch miss by roughly 40%

About

A clone of instagram iOS app created using Swift 5 and Firebase


Languages

Language:Swift 99.7%Language:Ruby 0.3%