You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
We should include more integration tests to monitor how MGLMapView interacts within different view and view controller hierarchies. These tests will live in the Integration Test Harness.
The tests should measure MGLMapView performance:
Within a UITabBarController, UIScrollView, UITableViewController, modally presented view controller and UINavigationBarController.
Present a modal view controller over the map view.
As a view that gets larger/smaller based on an action.
Under a drawer view.
As part of this work, we should also look at subviews within MGLMapView, such as custom annotation views and the attribution button.
The tests on the map view itself will be consistent for the most part. Some ideas for things to test:
We should include more integration tests to monitor how
MGLMapView
interacts within different view and view controller hierarchies. These tests will live in theIntegration Test Harness
.The tests should measure
MGLMapView
performance:UITabBarController
,UIScrollView
,UITableViewController
, modally presented view controller andUINavigationBarController
.As part of this work, we should also look at subviews within
MGLMapView
, such as custom annotation views and the attribution button.The tests on the map view itself will be consistent for the most part. Some ideas for things to test:
Related: mapbox/mapbox-gl-native#14516
cc @julianrex @chloekraw
The text was updated successfully, but these errors were encountered: