Skip to content

Swift 2 and Parse BaaS application that allow users to login, signup, follow/unfollow users, upload images and see the images uploaded by users that he is following

License

Notifications You must be signed in to change notification settings

anilallewar/iOS9-Swift-2-Instagram-Clone

Repository files navigation

iOS9-Swift-2-Instagram-Clone

Swift 2 and Parse BaaS application that allow users to

  1. Login
  2. Signup
  3. Follow/unfollow users
  4. Upload images from phone
  5. See the images uploaded by users that he is following

Pre-requisites

  1. XCode 7 with Swift 2 and iOS 9

Setup

  1. Clone the project from GitHub https://github.com/anilallewar/iOS9-Swift-2-Instagram-Clone
  2. Open Instagram-Clone-Swift.xcodeproj in XCode.
  3. Create a new project in Parse and note the application ID and client key for your application. Use the Parse Quickstart to get started quickly.
  4. Open the ParseStarterProject/AppDelegate.swift file and make changes for Parse application ID and client key.
        //Uncomment and fill in with your Parse credentials:
        Parse.setApplicationId("<<Your_Application_Id>>",
            clientKey: "<<Your_client_key>>")
  1. Build and run the application on the XCode simulator to signup, create new user, login and enjoy the app!

Screenshots

screenshot1      screenshot2      screenshot3


screenshot4

    

screenshot5

    

screenshot6


---

screenshot7

    

screenshot8

    

screenshot9


---

screenshot10

    

screenshot11

    

screenshot12


---

screenshot13

    

screenshot14

    

screenshot15


---

screenshot16

About

Swift 2 and Parse BaaS application that allow users to login, signup, follow/unfollow users, upload images and see the images uploaded by users that he is following

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published