Credit internet for MathExpressions and now display 12-hour clock instead of 24 hour
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user