Skip to content

Commit

Permalink
set main title
Browse files Browse the repository at this point in the history
  • Loading branch information
stephancom committed Mar 16, 2014
1 parent b6a5e2f commit 2350b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Architect Reader/ARMasterViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ - (void)viewDidLoad
[super viewDidLoad];

// Do any additional setup after loading the view, typically from a nib.

self.navigationItem.title = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"Main Title"];

feeds = [[NSMutableArray alloc] init];

Expand Down
2 changes: 2 additions & 0 deletions Architect Reader/Architect Reader-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Main Title</key>
<string>My Own RSS Reader</string>
<key>RSS URL</key>
<string>http://feeds.feedburner.com/ICanHasCheezburger</string>
<key>CFBundleDevelopmentRegion</key>
Expand Down

0 comments on commit 2350b20

Please sign in to comment.