A clone of instagram iOS app created using Swift 5 and Firebase
Find a file
2020-02-14 00:07:31 +02:00
images adding photos 2020-02-13 23:41:31 +02:00
Instagram_Clone_SW5 before readme 2020-02-13 22:12:26 +02:00
Instagram_Clone_SW5.xcodeproj refactoring DM Cell 2020-02-13 20:09:21 +02:00
Instagram_Clone_SW5.xcworkspace fix autosizing for comments cells 2020-02-13 16:41:10 +02:00
Pods readme 2020-02-04 00:15:45 +02:00
Podfile readme 2020-02-04 00:15:45 +02:00
Podfile.lock readme 2020-02-04 00:15:45 +02:00
README.md Update README.md 2020-02-14 00:07:31 +02:00

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%