Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
8ed55e72
Commit
8ed55e72
authored
Dec 25, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pad library: UX fix
parent
fb5a8ee8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
Sources/VLCPlaylistCollectionViewCell.h
Sources/VLCPlaylistCollectionViewCell.h
+0
-1
Sources/VLCPlaylistCollectionViewCell.m
Sources/VLCPlaylistCollectionViewCell.m
+1
-0
No files found.
Sources/VLCPlaylistCollectionViewCell.h
View file @
8ed55e72
...
...
@@ -31,6 +31,5 @@
-
(
void
)
setEditing
:(
BOOL
)
editing
animated
:(
BOOL
)
animated
;
-
(
void
)
selectionUpdate
;
-
(
IBAction
)
removeMedia
:(
id
)
sender
;
@end
Sources/VLCPlaylistCollectionViewCell.m
View file @
8ed55e72
...
...
@@ -21,6 +21,7 @@
-
(
void
)
setEditing
:(
BOOL
)
editing
animated
:(
BOOL
)
animated
{
self
.
isSelectedView
.
hidden
=
!
editing
;
[
self
selectionUpdate
];
[
self
_updatedDisplayedInformationForKeyPath
:
@"editing"
];
}
...
...
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