ios - MKMapView stops responding on iDevice -


Please forgive me if this question is a bit long but not sure how to use less information. > I am using XCode 5.1.1 with iOS 7.1 and an iPhone 5S

I have an app that uses a SQLite3 database with multiple tables. There are many ways in which these can be accessed by "find the pass" among them. This is done for multi tables MKMapView is loaded successfully, showing the pin & amp; User Location Display First I can tap a pin and it will load the next view controller which is a detailed view but after a few numbers MKMapView stops responding to all. I can not scroll the map and no action is taken to tap the pin. Once the Mkmapview is not responding to any person, it either works or works. I can not duplicate it in SIM & amp; If I connect the device and it goes connected then it does the required work so that there is no error message. Except for the connected device, the app is redesigned and reloaded on the device which prevents the failure.

The MKMapView is only one of the things loaded in view. User interaction is unchecked for viewing in IB. All user interaction functions are checked for MKMapView. .m is set as Mkmapvideleget.

I have participated in ideas and checked everything suggested by web search, appreciate any suggestions, if there is a specific request, I can post the code

Thanks for any help

After some more testing, I have found that the Mkmapview iDevice is running and if the answer stops responding; Once it stops, it starts answering

I have found and updated the update : The problem was that I work to create an annotation with all fields in the didUpdateUserLocation method, due to the continuous updation of any map or pin usage and MKMapView Happened. That is why it did not fail in SIM nor was the device connected to the debugger. To determine this, the code was to be moved to the viewDidAppear: method and now the map view loads only once, no matter what device is running or not.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -