Fixed accessibility for search results.
This commit is contained in:
parent
e5db00ae3d
commit
2d857bcf70
@ -68,7 +68,8 @@
|
||||
return @"video";
|
||||
}
|
||||
- (NSString *)accessibilityDescription {
|
||||
return @"";
|
||||
NSDictionary *snippet = [item objectForKey:@"snippet"];
|
||||
return [snippet objectForKey:@"title"];
|
||||
}
|
||||
- (NSDictionary *)item {
|
||||
return item;
|
||||
|
@ -66,7 +66,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6</string>
|
||||
<string>0.6.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
@ -81,7 +81,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.6</string>
|
||||
<string>0.6.1</string>
|
||||
<key>MGMGRBugsEmail</key>
|
||||
<string>bugs@mrgeckosmedia.com</string>
|
||||
<key>MGMGRContactEmail</key>
|
||||
|
Loading…
Reference in New Issue
Block a user