Closed gtokman closed 1 year ago
Hello, someone else reported this, but I couldn’t reproduce. @iDevelopper What OS/hardware?
Thanks!
I can run the non pop target fine, but the pop up window example crashes every time. I saw you noted a few things about iOS 17 vs 16. But I don't have the new Xcode installed yet to try it.
Xcode 14.3.1 M1 - Ventura 13.5.1
Thanks, I’ll look again.
I can run the non pop target fine also, but the up & down buttons do nothing.
Device iPhone 14 Pro, iOS 17.0 & Simulator, Xcode version 15.0 beta 8 (15A5229m), Mac Ventura 13.4.1 (c).
I see obj
is nil
for some reason. For me, it doesn't reproduce ever. I will add a check to make sure this crashing flow doesn't happen.
So apparently, iPhone 13 mini, iPhone 14 Pro and iPhone 14 Pro Max behave differently internally. 🤦♂️
I think I have fixed this in the latest release. Please test and let me know @gtokman @iDevelopper @jiangdi0924
So apparently, iPhone 13 mini, iPhone 14 Pro and iPhone 14 Pro Max behave differently internally. 🤦♂️
I think I have fixed this in the latest release. Please test and let me know @gtokman @iDevelopper @jiangdi0924
@LeoNatan i hava test in real device iPhone 14 iOS 17 beta, works fine and is very smooth!!! 🙂
Great, thank you for confirming. Will close the issue for now; let me know if there are more issues.
Hello @LeoNatan,
Tested in real device iPhone 14 Pro iOS 17 beta, works fine!
There is a bug when (TabBarController + Navigation Controller) when push next with hidesBottomBarWhenPushed = true. If we cancel the back animation (swipe) and come back again, the background view disappears.
Hi @iDevelopper Could you please record a video of the problem and upload it? Thanks
Thanks!
@iDevelopper I found the issue and will fix it in the next release. Thanks for reporting!
Description
I downloaded the project and ran the example on simulator and a crash occurred on launch in
viewDidLoad
.Screenshot