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
043375b7
Commit
043375b7
authored
May 29, 2013
by
Felix Paul Kühne
Browse files
dropbox: improve icon drawing behavior
parent
c65273bf
Changes
1
Show whitespace changes
Inline
Side-by-side
AspenProject/VLCDropboxTableViewController.m
View file @
043375b7
...
...
@@ -59,6 +59,7 @@
self
.
navigationItem
.
leftBarButtonItem
=
_backButton
;
self
.
navigationItem
.
titleView
=
[[
UIImageView
alloc
]
initWithImage
:[
UIImage
imageNamed
:
@"dropbox-white"
]];
self
.
navigationItem
.
titleView
.
contentMode
=
UIViewContentModeScaleAspectFit
;
self
.
tableView
.
rowHeight
=
[
VLCDropboxTableViewCell
heightOfCell
];
self
.
tableView
.
separatorColor
=
[
UIColor
colorWithWhite
:.
2
alpha
:
1
.];
...
...
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