Adds name to monster detail view.

Passes the selected monster from the search view to the monster detail view.
This commit is contained in:
2020-09-06 13:09:03 -07:00
parent 3db7334ba4
commit d338d42912
4 changed files with 32 additions and 17 deletions

View File

@@ -16,6 +16,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.monsterName.text = _monster.name;
// Do any additional setup after loading the view.
}