-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homework Completed #27
base: master
Are you sure you want to change the base?
Conversation
Still a work in progress... |
IT WORKS! Congrats! PastryCategories, PastriesTableView Controller, POTableViewController are not consistent with obj-c best practice Parent table view (types of pastries) owns 'category object' that gets passed around, makes it confusing as to who owns what information and how it is shared throughout the application. make it more clear how data moves around. cell.backgroundColor = indexPath.row % 2 #pragma Navigation should be #pragma mark Navigation @Property (nonatomic,weak) PastriesTableViewController *delegate; -> good! |
Hi Megan thanks for the reviewing my code and for providing helpful feedback. I will be implementing your suggestions in the next commits and keep these things in mind going forward. |
No description provided.