Update views when switching

This commit is contained in:
Pieter de Bie
2008-12-22 20:47:36 +01:00
parent da89f38546
commit cd4ee1b993
5 changed files with 22 additions and 0 deletions
+6
View File
@@ -34,4 +34,10 @@
- (void) awakeFromNib
{
}
// This is called when the view is displayed again; it
// should be updated to show the most recent information
- (void) updateView
{
}
@end