I've added a position button to my app with this snipped
self.mapView?.settings.myLocationButton = true
The button appeared in right bottom corner of my app. But because it contains some another content I would like to move the button little bit higher to be able to touch it. Is there some kind of settings to do this in Swift please?