Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huyouare/SwiftParseChat
An Example iOS Chat Application with Parse, written in Swift
https://github.com/huyouare/SwiftParseChat
Last synced: 3 months ago
JSON representation
An Example iOS Chat Application with Parse, written in Swift
- Host: GitHub
- URL: https://github.com/huyouare/SwiftParseChat
- Owner: huyouare
- Created: 2015-02-21T03:28:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T03:44:23.000Z (almost 9 years ago)
- Last Synced: 2024-08-03T14:10:20.838Z (7 months ago)
- Language: Swift
- Homepage:
- Size: 31.6 MB
- Stars: 315
- Watchers: 26
- Forks: 63
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftParseChat
An Example iOS Chat Application with Parse, written in Swift## Screenshots
![]()
![]()
## Overview
This is a re-write of https://github.com/relatedcode/NotificationChat using Swift and Storyboards. Supports Facebook login.
Uses Alamofire for Swift HTTP requests, and APAddressBook for easier address book contacts. Please Star this repo if you find it useful.## Installation
- Clone the repository: https://github.com/huyouare/SwiftParseChat.git
- Open the cloned SwiftParseChat repo folder in console
- Run `pod install`
- Open SwiftParseChat.xcworkspace in XCode