Skip to content

Commit

Permalink
Merge pull request hyperoslo#188 from thesquarefoot/accessibility-2
Browse files Browse the repository at this point in the history
add an accessiblity label to the stack view
  • Loading branch information
zenangst authored Aug 4, 2016
2 parents 11366f3 + 8c3e5c4 commit 3b2a8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/BottomView/BottomContainerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public class BottomContainerView: UIView {
}

backgroundColor = Configuration.backgroundColor
stackView.accessibilityLabel = "Image stack"
stackView.addGestureRecognizer(tapGestureRecognizer)

setupConstraints()
Expand Down

0 comments on commit 3b2a8aa

Please sign in to comment.