Post

Replies

Boosts

Views

Activity

Reply to Xcode 14: [Assert] UINavigationBar decoded as unlocked for UINavigationController
I think I had the same issue before. Recently, when I updated my Xcode to 14.3, my iOS app crashed right at the launch time. I posted my question to StackOverflow. With some developer hints and advice, I finally got the issue found and the problem resolved. See my post question at SO: iOS app crashes built by Xcode 14.3: Cannot manually set the delegate on a UINavigationBar
May ’23
Reply to Unselect cell in tableview if the cell is visible
Finally, I found a solution to resolve the issue. I think this may be a bug in UIKit. At least in my case, the visible cells can be unselected, but the unselection programmatically does present an issue. I wrote a blog to discuss the issue in detail, and I put my solution at the end. https://davidchuprogramming.blogspot.com/2022/09/unselect-cell-in-tableview-if-cell-is.html
Sep ’22