Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-11455] add accessibilityValue/Hint for TableView rows #3224

Merged
merged 6 commits into from Oct 17, 2012
Merged

[TIMOB-11455] add accessibilityValue/Hint for TableView rows #3224

merged 6 commits into from Oct 17, 2012

Conversation

mstepanov
Copy link
Contributor

@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED

@ghost ghost assigned vishalduggal Oct 15, 2012
@mstepanov
Copy link
Contributor Author

@vishalduggal ready for re-review

}
[self setValue:accessibilityHint forUndefinedKey:@"accessibilityHint"];
}

- (void)setAccessibilityHidden:(id)accessibilityHidden
{
ENSURE_UI_THREAD(setAccessibilityHidden, accessibilityHidden);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if ([self viewAttached] && [TiUtils isIOS5OrGreater] ){
TiThreadPerformOnMainThread(^{ [self view].accessibilityElementsHidden = [TiUtils boolValue:accessibilityHidden def:NO];},NO);
}
[self replaceValue:accessibilityHidden forUndefinedKey:@"accessibilityHidden" notification:NO];

@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED

@vishalduggal
Copy link
Contributor

FR Passed. As stated in ticket able rows cannot be made hidden for accessibility by iOS platform. ACCEPTED

vishalduggal added a commit that referenced this pull request Oct 17, 2012
[TIMOB-11455] add accessibilityValue/Hint for TableView rows
@vishalduggal vishalduggal merged commit 2e0ebed into tidev:master Oct 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants