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
e2b4c867
Commit
e2b4c867
authored
May 16, 2013
by
Gleb Pinigin
Browse files
Fix compilation error
parent
2a4ed8bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCMovieViewController.m
View file @
e2b4c867
...
...
@@ -299,7 +299,7 @@
{
// TODO
UIImage
*
playPauseImage
=
[
_mediaPlayer
isPlaying
]?
[
UIImage
imageNamed
:
@"pause"
]
:
[
UIImage
imageNamed
:
@"play"
];
[
_play
back
Button
setImage
:
playPauseImage
forState
:
UIControlStateNormal
];
[
_play
Pause
Button
setImage
:
playPauseImage
forState
:
UIControlStateNormal
];
}
-
(
IBAction
)
playPause
...
...
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