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