79576071

Date: 2025-04-15 21:55:32
Score: 0.5
Natty:
Report link

I had the same error where setting backButtonHidden on the first page lead to a freeze when swiping back from a second page. I found two things that fixed it:

  1. Switching title to inline mode

  2. Root cause for me was I set .becomeFirstResponder() on a textView in the second page and moving this to be more tightly tailored to the UITextView's lifecycle lead to fixing the issue/

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: sudosudo