Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
635b2798
Commit
635b2798
authored
Jun 25, 2014
by
sanmarcos
Committed by
Felix Paul Kühne
Jun 26, 2014
Browse files
Make the keyboard dark in the iOS 7 search bars
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
c4715bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCAppDelegate.m
View file @
635b2798
...
...
@@ -61,6 +61,11 @@
-
(
BOOL
)
application
:(
UIApplication
*
)
application
didFinishLaunchingWithOptions
:(
NSDictionary
*
)
launchOptions
{
// For UISearchBar as well
if
(
SYSTEM_RUNS_IOS7_OR_LATER
)
{
[[
UITextField
appearance
]
setKeyboardAppearance
:
UIKeyboardAppearanceDark
];
}
BWQuincyManager
*
quincyManager
=
[
BWQuincyManager
sharedQuincyManager
];
[
quincyManager
setSubmissionURL
:
@"http://crash.videolan.org/crash_v200.php"
];
[
quincyManager
setDelegate
:
self
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment