You should consider implementing a locking mechanism so you don't get deadlock within your app. Also if you are implementing Core data you should read up on iOS thread safety.
See.
You should consider implementing a locking mechanism so you don't get deadlock within your app. Also if you are implementing Core data you should read up on iOS thread safety.
See.