mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
make use of Obj-C's modern syntax for literals and subscripting
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
else
|
||||
{
|
||||
NSDictionary *infoDictionary = [NSBundle mainBundle].infoDictionary;
|
||||
NSString *bundleDisplayName = [infoDictionary objectForKey:@"CFBundleDisplayName"];
|
||||
NSString *bundleDisplayName = infoDictionary[@"CFBundleDisplayName"];
|
||||
self.tittleLabel.text = bundleDisplayName;
|
||||
[self configureFallbackViewController];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user