issues
search
DoSomethingArchive
/
LetsDoThis-iOS
:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2
stars
0
forks
source link
AppDelegate cleanup
#1009
Closed
aaronschachter
closed
8 years ago
aaronschachter
commented
8 years ago
Closes #1008 - Checks for existence of keys.plist entries before passing them to relevant functions, and logs when they don't exist.
Refactors most use of the
[dictionary objectForKey:@"apiKey"]
method in favor of shorthand
dictionary[@"apiKey"]
[dictionary objectForKey:@"apiKey"]
method in favor of shorthanddictionary[@"apiKey"]