Post

Replies

Boosts

Views

Activity

Reply to UISlider valueChanged has uninitialized UIEvent
Found another issue also. Add a UISlider inside a UIScrollView. Then just touch and release the slider thumb. The events that are received are: touchUpInside/touchUpOutside valueChanged touchDown What is happening is that we receive that we have a touch down after we received the touch up -> you cannot init some code in the touch down because no touch up will come and the state of the code is broken. I reported the issue to Apple at FB20388909
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’25
Reply to UISlider valueChanged has uninitialized UIEvent
Found another issue also. Add a UISlider inside a UIScrollView. Then just touch and release the slider thumb. The events that are received are: touchUpInside/touchUpOutside valueChanged touchDown What is happening is that we receive that we have a touch down after we received the touch up -> you cannot init some code in the touch down because no touch up will come and the state of the code is broken. I reported the issue to Apple at FB20388909
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to UISlider valueChanged has uninitialized UIEvent
I have the same issue in my project. We have always used UIEvent and it had always worked. Now we always get nil. What are the official guidelines now? How are we supposed to use this API? It seems like a bug in the framework and the responsible Apple team should fix it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Xcode 26 Beta 5 Universal: Not able to install iOS 26 Beta 5 simulator on intel macs
I'm having the exact same issue on my Intel mac. I managed to install the watchOS 26.0 beta 5 component but the Simulator runtime fails. Tried restarting the mac & Xcode nothing works.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Re-registering a LaunchAgent does nothing
FB13570494
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24