Swift 2 and Parse BaaS application that allow users to
- Login
- Signup
- Follow/unfollow users
- Upload images from phone
- See the images uploaded by users that he is following
- XCode 7 with Swift 2 and iOS 9
- Clone the project from GitHub
https://github.com/anilallewar/iOS9-Swift-2-Instagram-Clone
- Open
Instagram-Clone-Swift.xcodeproj
in XCode. - 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.
- 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>>")
- Build and run the application on the XCode simulator to signup, create new user, login and enjoy the app!
---
---
---
---