Credit internet for MathExpressions and now display 12-hour clock instead of 24 hour

This commit is contained in:
Andrew
2021-01-21 17:15:52 -05:00
parent c187403e29
commit 2cbfa70658
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func jumpAction() {
}
func puzzleAction(puzzleQuestionLabel: UILabel) -> [Int] {
var problem = QuadraticProb()
let problem = QuadraticProb()
let answer = problem.getAnswer()
let problemString = problem.getProblem()