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を備えたiOS5アプリがあります。このviewDidLoad方法では、設定したときshowsUserLocation = YES(またはストーリーボードを介して)、ユーザーに現在の場所を使用する許可を求めた後、最初の実行時にアプリが30秒間フリーズします。
viewDidLoad
showsUserLocation = YES
を設定するshowUserLocation = NOと、アプリがスムーズに動作します。
showUserLocation = NO
誰かこれを見た?