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
Justin R. Miller
2013-11-19 13:29:02 -0700
Commit
54364aefa045a193f243a18d402392c598b3fb12
1 parent
1bab02e9
refs #181 for correctness
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
54364ae
...
...
@@ -1788,7 +1788,7 @@
[
CATransaction
begin
];
[
CATransaction
setDisableActions
:
YES
];
_draggedAnnotation
.
position
=
[
recognizer
locationInView
:
_overlayView
];
_draggedAnnotation
.
position
=
[
recognizer
locationInView
:
self
];
[
CATransaction
commit
];
}
...
...
Please
register
or
login
to post a comment