Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
allenspicer committed Jul 29, 2016
1 parent 4116593 commit 2398948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordJive/WordJive/PuzzleViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class PuzzleViewController: UIViewController {
let newLabel = UILabel.init(frame: labelPlacement)
//newLabel.text = samplePuzzle[i]

newLabel.text = puzzle[a-1][b-1]
newLabel.text = puzzle[b-1][a-1]
newLabel.font = UIFont.systemFontOfSize(25)
newLabel.textAlignment = .Center
newLabel.userInteractionEnabled = true
Expand Down

0 comments on commit 2398948

Please sign in to comment.