forked from organicmaps/organicmaps
[ios] Fixed side buttons fade animation.
This commit is contained in:
parent
30976280cc
commit
a95febcf5a
1 changed files with 1 additions and 2 deletions
|
@ -141,8 +141,7 @@ namespace
|
|||
- (void)setShow:(BOOL)show
|
||||
{
|
||||
_show = show;
|
||||
[NSObject cancelPreviousPerformRequestsWithTarget:self];
|
||||
[self performSelector:@selector(fadeAnimated) withObject:self afterDelay:show ? 0.0 : framesDuration(kMenuViewMoveFramesCount)];
|
||||
[self fadeAnimated];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue