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
devel-hb
2008-11-11 10:34:11 +0000
Commit
9131bf54fe5f1d353d915ced2f8fcea74c0cb6ce
1 parent
2ca5f341
RMTileImageSet removeAllTiles: call delegate methods for all removed tiles
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
MapView/Map/RMTileImageSet.m
MapView/Map/RMTileImageSet.m
View file @
9131bf5
...
...
@@ -90,7 +90,9 @@
-
(
void
)
removeAllTiles
{
[
images
removeAllObjects
];
for
(
RMTileImage
*
img
in
images
)
{
[
self
removeTile
:
img
.
tile
];
}
}
/* Untested.
...
...
Please
register
or
login
to post a comment