Adds name to monster detail view.
Passes the selected monster from the search view to the monster detail view.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
self.monsterName.text = _monster.name;
|
||||
// Do any additional setup after loading the view.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user