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
eae7beff
Commit
eae7beff
authored
Oct 11, 2013
by
Felix Paul Kühne
Browse files
iOS 7 library long touch: minor tweaks after device tests
parent
62d356db
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistViewController.m
View file @
eae7beff
...
...
@@ -347,7 +347,7 @@
CGRect
frame
=
cell
.
frame
;
if
(
frame
.
size
.
height
>
90
.)
frame
.
size
.
height
=
90
.;
else
else
if
(
recognizer
.
state
==
UIGestureRecognizerStateBegan
)
frame
.
size
.
height
=
180
;
void
(
^
animationBlock
)()
=
^
()
{
...
...
@@ -356,6 +356,7 @@
void
(
^
completionBlock
)(
BOOL
finished
)
=
^
(
BOOL
finished
)
{
cell
.
frame
=
frame
;
[
self
.
tableView
scrollToRowAtIndexPath
:
path
atScrollPosition
:
UITableViewScrollPositionNone
animated
:
YES
];
};
NSTimeInterval
animationDuration
=
.
2
;
...
...
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