:+1: Nice work! The point of this homework was to get familiar with two common forms of navigation in iOS (push and tab bar). It also provided a chance to extend your Flicks app in new ways.
How to add icon for tabBar: I see you almost there, where were you stuck?
//nowPlayingNavigationController.tabBarItem.image = UIImage(named: "TopMovie") Note that the image at tabBar is not shrinkable/stretchable, so you need to prepare an icon with desired width/height. icons8.com is a good resource.
We have a detailed Project 2 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.
PS: Next time please create the issue following the naming convention: W[week#]-Submission
:+1: Nice work! The point of this homework was to get familiar with two common forms of navigation in iOS (push and tab bar). It also provided a chance to extend your Flicks app in new ways.
How to add icon for tabBar: I see you almost there, where were you stuck?
//nowPlayingNavigationController.tabBarItem.image = UIImage(named: "TopMovie")
Note that the image at tabBar is not shrinkable/stretchable, so you need to prepare an icon with desired width/height. icons8.com is a good resource.We have a detailed Project 2 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.
PS: Next time please create the issue following the naming convention: W[week#]-Submission