You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 Excellent work Juan! The primary challenge of this homework was to learn how to use UITableView to manage a complex form, establish communication between view controllers, and apply the correct Auto Layout constraints.
A few notes after checking out the code:
Really like to see all the extras you added, including using CoreLocation to get the user's actual location!
For the business cell, nice work encapsulating the properties into the private class extension.
Nice work specifying the Auto Layout constraints.
Nice work implementing the filters view controller. See this popular form library for an alternative to implementing forms manually.
Nice work connecting the view controllers via the custom filter delegate. This is a popular pattern for handling events between view controllers.
This was a challenging assignment, congrats on completing it successfully! We have provided a detailed Project 2 Feedback Guide which covers the most common points we see for this project. Read through the feedback guide point-by-point to determine other ways you could improve your submission. You should consider going back and implementing applicable feedback 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 [email protected].
Please review my app /cc @codepathreview
The text was updated successfully, but these errors were encountered: