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
62fcee43
Commit
62fcee43
authored
Nov 13, 2015
by
Felix Paul Kühne
Browse files
server list: minor UX fix
parent
3de447db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Apple-TV/VLCServerListTVViewController.m
View file @
62fcee43
...
...
@@ -128,6 +128,7 @@
browsingCell
.
isDirectory
=
YES
;
browsingCell
.
title
=
service
.
title
;
browsingCell
.
titleLabel
.
font
=
[
UIFont
preferredFontForTextStyle
:
UIFontTextStyleCaption2
];
browsingCell
.
subtitle
=
[
self
.
discoveryController
titleForSection
:
discoveryIndexPath
.
section
];
browsingCell
.
subtitleLabel
.
font
=
[
UIFont
preferredFontForTextStyle
:
UIFontTextStyleCaption1
];
browsingCell
.
thumbnailImage
=
service
.
icon
?
service
.
icon
:
[
UIImage
imageNamed
:
@"serverIcon"
];
...
...
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