Demo application build using Swift 2, Xcode 7, iOS 9 having Parse as backend.
Swift based mobile application that use www.parse.com platform as a backend data storage. This is full working application you can use as a base for any Parse
+ Swift
based project and expand it. It's free for personal or commercial use.
It consist below functionality"
- Home Screen
- Parse - User Registration
- Parse - User Login
- Parse - Password Reset
- Parse - Logout
- Swift 2
- Xcode 7
- iOS 9
- Parse.com (for backend storage)
##Supported Device iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9
- Parse API
- Simple interface.
- Build with Xcode storyboard.
- Adaptive layout for major screen size support.
- Build with Swift 2, Xcode 7, iOS 9, and Parse integration.
- Register with www.parse.com
- Create application within your parse account having name
SwiftParseDemo
etc. - Collect application_id & client_key for your parse application.
- Open
AppDelegate.swift
file and replaceAPPLICATION_ID
andCLIENT_KEY
value.
// Initialize Parse. let APPLICATION_ID : String = "YOUR-PARSE-APPLICATION-ID" let CLIENT_KEY : String = "YOUR-PARSE-APPLICATION-CLIENT-KEY"
Note: Please remember to change application_id and client_key that belongs to your parse application, otherwise you can't see the data within your parse account.
- Parse Registration: www.parse.com
- Parse + Swift Integration Guide: Click to visit
- Parse Documentation: Click to visit
iPhone 4s
SwiftParseDemo is available under the MIT license. See the LICENSE file for more info.
Xcode 6, iOS 8.4 based source code moved to Source-Xcode6 folder. Please note that Xcode 6 based source code are deprecated and not upto date. I will suggest to use latest Xcode 7 based source from SwiftParseDemo
folder at root.