Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
9857015b
Commit
9857015b
authored
Nov 01, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Themed UIBarButtonItem: iOS 7 appearance fix
parent
b5e5826c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AspenProject/UIBarButtonItem+Theme.m
AspenProject/UIBarButtonItem+Theme.m
+2
-2
No files found.
AspenProject/UIBarButtonItem+Theme.m
View file @
9857015b
...
...
@@ -26,9 +26,9 @@
[
doneButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"doneButtonHighlight"
]
forState:
UIControlStateHighlighted
barMetrics:
UIBarMetricsDefault
];
[
doneButton
setTitleTextAttributes
:@{
UITextAttributeTextShadowColor
:
[
UIColor
whiteColor
],
UITextAttributeTextColor
:
[
UIColor
blackColor
]}
forState:
UIControlStateNormal
];
}
[
doneButton
setTitleTextAttributes
:@{
UITextAttributeTextShadowColor
:
[
UIColor
whiteColor
],
UITextAttributeTextColor
:
[
UIColor
blackColor
]}
forState:
UIControlStateNormal
];
return
doneButton
;
}
...
...
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