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
07e10a1f
Commit
07e10a1f
authored
Apr 01, 2013
by
Felix Paul Kühne
Browse files
Aspen: use a saner navbar style
parent
17289239
Changes
2
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCAppDelegate.m
View file @
07e10a1f
...
...
@@ -46,6 +46,10 @@
self
.
window
.
rootViewController
=
self
.
splitViewController
;
}
UINavigationBar
*
navbar
=
self
.
navigationController
.
navigationBar
;
navbar
.
barStyle
=
UIBarStyleBlack
;
navbar
.
translucent
=
YES
;
navbar
.
tintColor
=
[
UIColor
colorWithWhite
:.
15
alpha
:
1
.];
[
self
.
window
makeKeyAndVisible
];
return
YES
;
}
...
...
AspenProject/VLCPlaylistViewController.m
View file @
07e10a1f
...
...
@@ -21,7 +21,7 @@
{
self
=
[
super
initWithNibName
:
nibNameOrNil
bundle
:
nibBundleOrNil
];
if
(
self
)
{
self
.
title
=
@"Aspen
Project
"
;
self
.
title
=
@"Aspen"
;
if
([[
UIDevice
currentDevice
]
userInterfaceIdiom
]
==
UIUserInterfaceIdiomPad
)
{
self
.
clearsSelectionOnViewWillAppear
=
NO
;
self
.
contentSizeForViewInPopover
=
CGSizeMake
(
320
.
0
,
600
.
0
);
...
...
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