Skip to content

Commit

Permalink
Make alpha+beta labels inaccessible
Browse files Browse the repository at this point in the history
  • Loading branch information
duemunk committed Dec 17, 2014
1 parent d5ffe5c commit 82bf27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BeMyEyes/Source/Application/InAppTestBadge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import UIKit
label.font = UIFont.boldSystemFontOfSize(12)
label.textColor = .whiteColor()
label.textAlignment = .Center
label.isAccessibilityElement = false
return label
}()

Expand Down

0 comments on commit 82bf27d

Please sign in to comment.