Please note, this blog entry is from a previous course. You might want to check out the current one.
Add a UILabel to your UI which shows a history of every operand and operation input by the user. Place it at an appropriate location in your UI.
Add the UILabel at the top of the Storyboard, align it with the left and top guard and resize it to the right hand side guard. Align the display label with the bottom of the new label and remove its top constraint. Add a vertical constraint between the labels, and the missing suggested constraints for the new label. Finally repair the changed constraints for the buttons allowing to “move” their frames.
Continue reading “cs193p – Project #1 Assignment #1 Task #4”













