Skip to content

Commit 9489515

Browse files
committed
Remove unused boilerplate methods. Just clutter for people looking for what they need to make an ObjectBox app.
1 parent 6a56a85 commit 9489515

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Example/NotesExample-iOS/AppDelegate.swift

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -49,28 +49,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
4949
splitViewController.delegate = self
5050
}
5151

52-
func applicationWillResignActive(_ application: UIApplication) {
53-
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
54-
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
55-
}
56-
57-
func applicationDidEnterBackground(_ application: UIApplication) {
58-
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
59-
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
60-
}
61-
62-
func applicationWillEnterForeground(_ application: UIApplication) {
63-
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
64-
}
65-
66-
func applicationDidBecomeActive(_ application: UIApplication) {
67-
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
68-
}
69-
70-
func applicationWillTerminate(_ application: UIApplication) {
71-
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
72-
}
73-
7452
}
7553

7654
// MARK: - Split view

0 commit comments

Comments
 (0)