Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.11 KB

File metadata and controls

41 lines (23 loc) · 1.11 KB

CodePath---Week1---Homework-

Total Time

6 Hours

Required stories completed

Create an unscrollable detail view of Facebook post, such as the one above

Add a container view and modify properties: backgroundColor, cornerRadius, font, textColor, shadowOffset.

Add buttons with different images for default and highlighted.

Add UIImageViews and choose the right mode: aspect fill, aspect fit, etc.

Add a UITextField with a background image.

Add UILabels with attributed text (instead of plain text), so that you can bold individual words.

Required stories incomplete

Setup CocoaPods for managing 3rd party libraries and use TTTAttributedLabel to style the link and make it clickable I got the cocoapod installed in my project, and also added the TTTAttributedLabel Directory, but was unable to get my textField to work correctly with the code...

Optional stories completed

Move the textfield when the keyboard appears

Gif

Alt text