diff --git a/YouTube.xcodeproj/project.xcworkspace/xcuserdata/vatsal.xcuserdatad/UserInterfaceState.xcuserstate b/YouTube.xcodeproj/project.xcworkspace/xcuserdata/vatsal.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..7f8cab0 Binary files /dev/null and b/YouTube.xcodeproj/project.xcworkspace/xcuserdata/vatsal.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/YouTube/AppDelegate.swift b/YouTube/AppDelegate.swift index 33b3dc2..38df182 100644 --- a/YouTube/AppDelegate.swift +++ b/YouTube/AppDelegate.swift @@ -28,6 +28,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { + UITextField.appearance().keyboardAppearance = .light return true } }