Quote:
Originally Posted by joshholat
I need the name of the function called when a Modal view slides up. I have tried awakFromNib and viewWillAppear, but neither of them are called each time the view slides up. Can anyone leads me towards what is?
Maybe like a modalDidPresent?
|
Nevemind, I got it. Need to use - (void)viewWillAppear

BOOL)animated, not just viewWillAppear. Stupid mistake.