-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
560c103
to
6f21308
Compare
6f21308
to
3cd3276
Compare
How does this PR affect @1ec5 's Reinstall constraints only when needed PR ? Does it supersede it? |
This seems very nice, thanks @frederoni. I think there are a couple points to consider:
|
The iOS part of #12144 would be superseded if the layout anchors account for the If we feel good about this PR, I’d suggest making the same changes to the macOS implementation of MGLMapView, to fully obviate #12144. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still planned, but needs robust tests/testing before we can accept it. |
This pull request has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This pull request has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
Until #13911 lands will keep open this pr. |
This pull request has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This was addressed in #13911 |
Fixes #12144 and possibly #12143
Since we dropped support for iOS8, the layout anchor fluent API is now at our disposal. No more reaching out from MGLMapView to the containing app’s view controller to figure out how to layout the ornaments. This change also conforms to High Performance Auto Layout.
cc @fabian-guerra @1ec5 @julianrex @friedbunny