Instagramarama is an Instagram client.
Time spent: 6 hours spent in total
- Milestone 1: Setup
- Milestone 2: Hookup the Instagram API
- Milestone 3: Build the Main Photo Feed
- Milestone 4: Build the Details Screen
- Milestone 5: Add Pull to Refresh
- Bonus 1: Add User Profile Image and Names
- Bonus 2: Infinite Scrolling
- Bonus 3: Zoomable Photo View
The following additional features are implemented:
- Created separate data abstraction class for InstagramData
- Added like count with int converted to string, ie: 10000 to 10.0k
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
- I wanted to create a "close" button that sat on top of the scroll view, but it wouldn't stay in a fixed position during pinch zoom
- I had a hard time figuring out how to pinch zoom on the simulator, ended up googling it ;)
Copyright [2016] [zskyfly productions]
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.