Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
5eed3d6f
Commit
5eed3d6f
authored
Mar 19, 2018
by
Pierre SAGASPE
Committed by
Carola
Mar 22, 2018
Browse files
VLCLibraryViewController : fix search bar display in devices starting in collection view mode
(cherry picked from commit
049c090e
)
parent
89650cb5
Changes
1
Show whitespace changes
Inline
Side-by-side
Sources/VLCLibraryViewController.m
View file @
5eed3d6f
...
...
@@ -256,6 +256,10 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
_searchController
.
dimsBackgroundDuringPresentation
=
NO
;
_searchController
.
delegate
=
self
;
[
self
setSearchBar
:
YES
resetContent
:
YES
];
if
(
!
self
.
usingTableViewToShowData
)
{
if
(
@available
(
iOS
11
.
0
,
*
))
[
self
setSearchBar
:
NO
resetContent
:
NO
];
}
}
-
(
void
)
viewWillAppear
:(
BOOL
)
animated
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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