GitXplorerGitXplorer
M

WebDGram

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
801051f5e6974b90892568d5e57ee1e1d9102a0d

Update README.md

MMartinJrP committed 7 years ago
Verified
6340b3617f76d19fa33af54fb4f20e5404d9bfdc

Update README.md

MMartinJrP committed 7 years ago
Verified
7fb71307e4baf0466dcca862882b8db0ef4b2f22

Create License

MMartinJrP committed 7 years ago
Unverified
cb43bb29c2962fa350ac291978568d74ce4bdb24

Add README.md

MMartinJrP committed 7 years ago
Unverified
7e0b43b18361be423928a67794955b208665abc6

Ignore GoogleServices-Info.plist

MMartinJrP committed 7 years ago
Unverified
ba5975415165af2ad2e6c2c753b516a9f1db5f62

Removed GoogleServices-Info.plist

MMartinJrP committed 7 years ago

README

The README file for this repository.

WebDGram - Simple Instagram Clone

This was a small project used to introduce several iOS concepts at a time such as Auto Layout, scroll views, gesture recognizers and more.

Build Instructions

You'll need to set up a project in Firebase. This is the app's only data source. First install the Firebase SDK with cocoapods by running the following commands:

$ pod install
$ open WebDGram.xcworkspace

Download a GoogleService-Info.plist file from Firebase console and include it in the app.

Known Issues

  • This app does nothing to optimize the size of your images so the smaller the better.
  • It doesn't play to nice with images that aren't square.
  • Liking posts won't work (double-tap).
  • The timestamp also doesn't work.
  • For some reason refreshing the posts doesn't work. Also working on that. Restart the app to see you new post.