Post

Replies

Boosts

Views

Activity

iOS 14 App freezes - UITableView - ViewDidAppear not called - Objective C
Hi everyone, my App freezes (no crash, no errors) when I click on a TableViewCell which should bring me to another view. On some devices with iOS 14 it works just fine, but on others it dosn't. Before iOS 14 it worked well on all devices. The debugger shows several NSLayoutConstraints stating "Unable to simultaneously satisfy constraints" and then attempts to recover by breaking one of them. This message appears when testing on all devices so I don't think that this is the problem which causes the freezing (but could be). On working devices I get pushed to the next view as exepted (just fine) but on the others the cell I just clicked freezes and nothing happens. The viewWillAppear function of the view I want to open workes just well, I checked that. But after the viewWillAppear nothing happens. I really have no idea where the app is stuck in a loop or something or what is checked in the background. Furthermore, it is really strange that this problem only appears on iOS 14 and only on some devices. Has anyone an idea or suggestions what I can try?
0
0
751
Oct ’20