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
Mattt Thompson
2012-11-04 17:24:57 -0800
Commit
8116583edc7d64a3b8b50963049b24afd6bfc410
1 parent
ec194bfa
Add missing super call to `layoutSubviews`, which is required for Constraint-based layouts.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
8116583
...
...
@@ -479,6 +479,8 @@
{
self
.
viewControllerPresentingAttribution
=
nil
;
}
[
super
layoutSubviews
];
}
-
(
void
)
removeFromSuperview
...
...
Please
register
or
login
to post a comment