Tumblr Reader is an app that displays the latest posts from your favorite Tumblr blog.
The following required functionality is completed:
- Setup navigation to the Detail Screen
- Created the Detail View UI
- Add the ability to pass data to the Detail View Controller
- Made personal finishing touches to the UI: changed textview font size & color to dark grey, added large title to app feed (navigation bar title), added code to unselect row when returning from the detail view, changed imga eview content mode from 'aspect fit' to 'aspect fill', changed look of the main table view with a gradient opacity image
An easy but satisfying project!
Here are some code references I used for UI styling:
- Gradient alpha in image view: https://stackoverflow.com/questions/24026981/transparency-gradient-on-uiimageview
- Black text with hite outline in UILabel: https://stackoverflow.com/questions/1103148/how-do-i-make-uilabel-display-outlined-text
- Displaying text on top of an image: https://stackoverflow.com/questions/34972930/make-uilabel-appear-on-top-of-uiimageview-in-storyboard
Copyright [2023] [Abinaya Damodaran]
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.
