I\'m new to iPhone development. I\'m building an app that loads data from a local sqlite3 DB in
- (BOOL)application:(UIApplication *)application didFinishLaunch
- (void)applicationDidBecomeActive:(UIApplication *)application { }
Reload the data in the above function of the app delegate to refresh the data when ever the app comes to foreground.