Open avo1 opened 8 years ago
I added the Readme and finished the app. /cc @codepathreview
:+1: Nice work! The point of this homework was to explore an example of a full MVC application with a RESTful API.
Quick Comments:
profileImageView.setImageWithURL(NSURL(string: "https://www2.pictures.zimbio.com/bg/Social+Network+Pictures+N0JKQhViZRGl.jpg")!)
//profileImageView.setImageWithURL((tweet.user?.profileimageUrl)!)
@IBAction func favoritePress(sender: AnyObject) {
self.tweet.favorites! += 1
likeLabel.text = ("\(tweet.favorites!)")
likeImageView.image = UIImage(named: "likeOn")
}
We have a detailed Project 4 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.
If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.
Dave CodePath
It does not appear that you have added a README file to your Repo. Please add a README file, and use the README template to fill out the README. Be sure to also include an animated gif in your README to show a demo of your finished app. When properly linked, the gif should render (animate) within your README file.
Your assignment needs to be updated within 24hrs in order for you to receive credit for this assignment.