Skip to content

Commit

Permalink
Add note about accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Feb 24, 2012
1 parent 26d83aa commit 5fd97e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,8 @@ it(@"has a segmented control that switches the type of task shown", ^{
Returns the UI element whose accessibility label matches the given string.
Starts traversing from the key UIWindow instance.
_This needs ‘accessibility’ enabled in order to function._
```objc
it(@"shows the `completed' tab", ^{
UIView *tab = $(@"Completed"); // instance of UISegment
Expand Down

0 comments on commit 5fd97e2

Please sign in to comment.