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
fb72fefe
Commit
fb72fefe
authored
Oct 10, 2013
by
Felix Paul Kühne
Browse files
iOS 7 library: add some shadows and fix 'NEW' indicator l10n
parent
6b1e4b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistTableViewCell.m
View file @
fb72fefe
...
...
@@ -29,6 +29,13 @@
return
cell
;
}
-
(
void
)
awakeFromNib
{
if
(
SYSTEM_RUNS_IN_THE_FUTURE
)
{
[(
UILabel
*
)
self
.
mediaIsUnreadView
setText
:[
NSLocalizedString
(
@"NEW"
,
@""
)
capitalizedStringWithLocale
:[
NSLocale
currentLocale
]]];
}
}
-
(
void
)
observeValueForKeyPath
:(
NSString
*
)
keyPath
ofObject
:(
id
)
object
change
:(
NSDictionary
*
)
change
context
:(
void
*
)
context
{
[
self
_updatedDisplayedInformationForKeyPath
:
keyPath
];
...
...
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