Closed dcloud closed 9 years ago
Tracking against https://github.com/mapbox/mapbox-ios-sdk/issues/527.
Sounds like not a cause of view render delay.
This comment is correct. The DB query in RMDatabaseCache.m, PRAGMA cache-size=100
, should be an underscore. This means the cache size isn't getting set.
Should be fixed as of bd8e562 where we updated to Mapbox 1.6
Seeing this when building for device:
This is after pressing the map button to make SFLocalLegislatorsViewController load, so it looks like this DB issue may cause a delay in the view appearing.