0

My app will freeze/hang on occasion after swiping to show the notification centre, and swiping to remove it. Its my understanding that this should not have any impact on my app as it does not place the app in the background or raise any events.

Does anybody have any idea why this would affect my app?

rideintothesun
  • 1,628
  • 2
  • 12
  • 29
  • Do you have any gesture recognizers in that ViewController? – Diego Freniche Jan 20 '16 at 19:28
  • It´s unlikely that anyone can give you answers without giving detailed information and relevant code. I.e. if you have gesture recognizer show the code that responds to gestures. – Sverrisson Jan 20 '16 at 19:37
  • I'll have to check. If this is the case do you think that it could possibly be losing the first responder when the notification centre is covering the app? If so this gives me a new avenue of investigation. Thanks – rideintothesun Jan 20 '16 at 20:47

1 Answers1

0

I upgraded to iOS 9, and the issue has not occurred since. So I am assuming this was a bug in iOS 8.1.4

rideintothesun
  • 1,628
  • 2
  • 12
  • 29