Currently I'm only calling one method when application will enter foreground. How do I call various methods in @selector?
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(displayHappyFace)
name:UIApplicationWillEnterForegroundNotification
object:nil];