PicMe
PicMe is a photo sharing app that allows user to post pictures, comment, view global feeds using Parse as its backend.
API and Backend Services
Languages, Pods and Frameworks
- [x] Swift
- [x] AFNetworking
- [x] Bolts
- [x] Photos
- [x] Parse
- [x] ParseUI
- [x] MBProgressHUD
- [x] CameraManager
- [x] MessageInputBar
- [x] AdorableAvatar
User Stories
The following required functionality is completed:
- [x] User can sign up to create a new account using Parse authentication
- [x] User can log in and log out of his or her account
- [x] The current signed in user is persisted across app restarts
- [x] User can take a photo, add a caption, and post it to "Instagram"
- [x] User can view the last 20 posts submitted to "Instagram"
- [x] User can pull to refresh the last 20 posts submitted to "Instagram"
- [x] User can tap a post to view post details, including timestamp and caption
- [x] Style the login page to look like the real Instagram login page
- [x] Add a custom camera using the CameraManager library
- [x] User can load more posts once he or she reaches the bottom of the feed using infinite scrolling
- [x] Show the username and creation time for each post using section headers
Video Walkthrough
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
## License
Copyright [2018] [Pann Cherry]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.