Quote:
Originally Posted by david_david
do your reload code in
- (void)viewWillAppear  BOOL)animated
|
Thanks for the response. I'm still pretty new to iPhone development so take that into account here:
I currently have 4 tab bar items and everything is in the same Nib file and class. Do I need to break each view into separate classes and Nib files to use the viewWillAppear method?