Fixed accessibility for search results.

This commit is contained in:
GRMrGecko 2015-06-04 07:07:47 -05:00
parent e5db00ae3d
commit 2d857bcf70
2 changed files with 4 additions and 3 deletions

View File

@ -68,7 +68,8 @@
return @"video"; return @"video";
} }
- (NSString *)accessibilityDescription { - (NSString *)accessibilityDescription {
return @""; NSDictionary *snippet = [item objectForKey:@"snippet"];
return [snippet objectForKey:@"title"];
} }
- (NSDictionary *)item { - (NSDictionary *)item {
return item; return item;

View File

@ -66,7 +66,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.6</string> <string>0.6.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
@ -81,7 +81,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.6</string> <string>0.6.1</string>
<key>MGMGRBugsEmail</key> <key>MGMGRBugsEmail</key>
<string>bugs@mrgeckosmedia.com</string> <string>bugs@mrgeckosmedia.com</string>
<key>MGMGRContactEmail</key> <key>MGMGRContactEmail</key>