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
Vladimir Vyskocil
2010-08-15 01:32:17 +0000
Commit
dbe33526564398bfdb27f18b5aa76b8b490fb6ba
1 parent
60f7d3fd
initForView is deprecated and log a warning, use initWithView instead.
Show 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 @
dbe3352
...
...
@@ -112,7 +112,7 @@
-
(
RMMapContents
*
)
contents
{
if
(
!
_contentsIsSet
)
{
RMMapContents
*
newContents
=
[[
RMMapContents
alloc
]
init
For
View
:
self
];
RMMapContents
*
newContents
=
[[
RMMapContents
alloc
]
init
With
View
:
self
];
self
.
contents
=
newContents
;
[
newContents
release
];
_contentsIsSet
=
YES
;
...
...
Please
register
or
login
to post a comment