https://github.com/monte9/likesapp
Likes app is an iOS app that provides a uniform and simple UI for interacting with several websites and services.
https://github.com/monte9/likesapp
Last synced: over 1 year ago
JSON representation
Likes app is an iOS app that provides a uniform and simple UI for interacting with several websites and services.
- Host: GitHub
- URL: https://github.com/monte9/likesapp
- Owner: Monte9
- Created: 2016-03-30T21:53:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T05:23:08.000Z (over 10 years ago)
- Last Synced: 2025-01-23T00:26:47.354Z (over 1 year ago)
- Language: Objective-C
- Size: 32.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *Likes App*
**Likes** app is an iOS app that provides a uniform and simple UI for interacting with several websites and services.
Time spent: **20** hours spent in total
## User Stories
The following features are implemented:
- [x] Pan Gesture Recognizers
- [x] Custom Views and xibs
- [x] Affine Transform & Rotation
- [x] NSNotifications
## Video Walkthrough


GIF created with [LiceCap](http://www.cockos.com/licecap/).
## 3rd Party Libraries
1. [UIColor-Hex-Swift](https://github.com/yeahdongcn/UIColor-Hex-Swift): Convenience methods for creating color using RGBA hex string.
`pod 'UIColor_Hex_Swift', '~> 2.1'`
2. [RESideMenu](https://github.com/romaonthego/RESideMenu): iOS 7/8 style side menu with parallax effect.
`pod 'RESideMenu', '~> 4.0.7'`
## Notes
Simple. Intiutive. Fun. #LikesApp
## Challenges
Working with Amazon API on iOS is impossible.
1. Need to sign each request with a secret key
2. Lack of relevant resources
## License
Copyright [2016] [Monte Thakkar]
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.