Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: MKMapView - 地図のスクロールを正方形のオーバーレイに制限する
特定の国 (地域) の境界内でのみスクロールするようにマップのスクロールを制限する方法はありますか? 前もって感謝します
MKMapViewDelegateプロトコルには、マップ-mapView:regionWillChangeAnimated:デリゲートに実装できるメソッドがあります。残念ながら、そうではないので、変更を防ぐため...ShouldChangeAnimated:に戻ることはできませんが、ユーザーが表示したい領域を超えてスクロールしたときにマップ領域を自分で設定することができます。NO
MKMapViewDelegate
-mapView:regionWillChangeAnimated:
...ShouldChangeAnimated:
NO