6 Hours
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.
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...
Move the textfield when the keyboard appears
