zuvola
zuvola
Added insetsLayoutMarginsFromSafeArea parameter to control automatic update of layout margins. When placing a MapView inside a ScrollView such as a ListView, set this flag to false to prevent the Apple...
**Describe the bug** When scrolling MapView in ScrollView to the bottom edge, the Apple logo and legal label move oddly. **To Reproduce** Steps to reproduce the behavior: 1. Set the...
You can override the Default configuration by using the Cognito.initialize(configuration:) method. ``` { "AppSync": { "Default": { "ApiUrl": "YOUR-GRAPHQL-ENDPOINT", "Region": "us-east-1", "ApiKey": "YOUR-API-KEY", "AuthMode": "API_KEY" }, "Custom": { "ApiUrl": "YOUR-GRAPHQL-ENDPOINT",...
The toolbar is inconveniently hidden when the window is small, so I modified it to scroll. 