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
68b8e348
Commit
68b8e348
authored
Jun 16, 2013
by
Romain Goyet
Committed by
Felix Paul Kühne
Jun 17, 2013
Browse files
Add a title to the About screen's navigation
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
83ff644e
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCAboutViewController.m
View file @
68b8e348
...
...
@@ -24,6 +24,7 @@
{
[
super
viewDidLoad
];
self
.
navigationItem
.
title
=
NSLocalizedString
(
@"ABOUT_APP"
,
@""
);
[
self
.
webView
loadHTMLString
:[
NSString
stringWithContentsOfFile
:[[
NSBundle
mainBundle
]
pathForResource
:
@"About Contents"
ofType
:
@"html"
]
encoding
:
NSUTF8StringEncoding
error
:
nil
]
baseURL
:
nil
];
self
.
webView
.
delegate
=
self
;
self
.
aspenVersion
.
text
=
[[
NSString
stringWithFormat
:
NSLocalizedString
(
@"VERSION_FORMAT"
,
@""
),
[[
NSBundle
mainBundle
]
objectForInfoDictionaryKey
:
@"CFBundleVersion"
]]
stringByAppendingFormat
:
@" %@"
,
kVLCVersionCodename
];
...
...
Write
Preview
Markdown
is supported
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