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
2012-02-13 11:01:43 +0100
Commit
ea5e6f60acb88991a6a5f10d13e66702fc03790f
1 parent
1fedfba8
o RMCircle: Update the circle CGPath after every position update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
MapView/Map/RMCircle.m
MapView/Map/RMCircle.m
View file @
ea5e6f6
@@ -150,4 +150,11 @@
@@ -150,4 +150,11 @@
150
[
self
updateCirclePath
];
150
[
self
updateCirclePath
];
151
}
151
}
152
152
153
+
-
(
void
)
setPosition
:
(
CGPoint
)
position
154
+
{
155
+
[
super
setPosition
:
position
];
156
+
157
+
[
self
updateCirclePath
];
158
+
}
159
+
153
@end
160
@end
Please
register
or
login
to post a comment