Skip to content

Commit

Permalink
Demo: 'UIApplicationLaunchOptionsKey' has been renamed to 'UIApplicat…
Browse files Browse the repository at this point in the history
…ion.LaunchOptionsKey'

refs artemkrachulov#41 artemkrachulov#18
  • Loading branch information
ykws committed Jan 18, 2022
1 parent 2b562b8 commit a7a65ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AKImageCropperViewExample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
Expand Down

0 comments on commit a7a65ed

Please sign in to comment.