How would I move the current location button in objective-c to my preference?
Right now, I have it enabled, but I have something blocking it in the bottom corner.
Thanks
How would I move the current location button in objective-c to my preference?
Right now, I have it enabled, but I have something blocking it in the bottom corner.
Thanks
You can use padding to move the button up:
self.mapView.padding = UIEdgeInsets(top: 0, left: 0, bottom: 50, right: 0)