Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Thomas Rasch
13 years ago
Commit
9c36c4368bdc2ada9efed373c878e47c8104e533
1 parent
e306fe9e
o Bugfix: Set the position in RMMapLayer for self and not for super, since subcl…
…asses might depend on it
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMMapLayer.m
MapView/Map/RMMapLayer.m
View file @
9c36c43
...
...
@@ -66,7 +66,7 @@
-
(
void
)
setPosition
:
(
CGPoint
)
position
animated
:
(
BOOL
)
animated
{
super
.
position
=
position
;
[
self
setPosition
:
position
]
;
}
/// return nil for certain animation keys to block core animation
...
...
Please
register
or
login
to post a comment