Completed List Project#27
Open
jocate wants to merge 3 commits intobloominstituteoftechnology:masterfrom
Open
Conversation
added 3 commits
January 8, 2019 16:31
…dd to label list, press reset button if they want to erase list, or press print button to print list to console.
|
Jocelyn, after reviewing your project, it looks like you implemented everything just right! In the storyboard you put everything in a stack view correctly which is great. The functionality as far as adding and removing works. Code is very nice and concise. Some suggestions would be to add more commits and for the remove/clear method maybe use the ".removeAll()" method. Also, maybe try implementing this using "Item" as the type for the array of items. Remind me to go over adding your files into folders. Overall, very good job! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@lpuentes19
I completed the list project: the textfield allows users to enter an item and when the 'add' button is clicked, the item is added to the label, which displays a list of each item added, unless the 'reset' button is clicked in which case the label list is erased. The answered questions are included as a txt file.
Stretch: I completed the first stretch, where a new button 'print' is added to the view controller and when clicked: the entered list prints to the console.