Closed Sevyls closed 4 years ago
Hello, first of all try to update to latest version 1.6.0. If it not helps, then try disable animation.
Thanks for the really fast answer. I'll try that. Kind regards Michael
Any success?
Thanks, upgrade to 1.6.0 solved the issue for me. Please update the CocoaPods version, so other users dont run into this issue again.
Thanks for your support. Michael
The update to 1.6.0 does not solve the problem for me. I still have an issue. Looks like this :
Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x1ab6f4020 objc_retain + 16 1 QuartzCore 0x1b24988ec CA::AttrList::set(unsigned int, _CAValueType, void const) + 532 2 QuartzCore 0x1b246fd14 CAAnimation_setter(CAAnimation, unsigned int, _CAValueType, void const) + 212 3 QuartzCore 0x1b247368c -[CABasicAnimation setFromValue:] + 48 4 StepSlider 0x103034394 -[StepSlider layoutLayersAnimated:] + 221 (StepSlider.m:221) 5 StepSlider 0x103034afc -[StepSlider layoutSubviews] + 313 (StepSlider.m:313) 6 UIKitCore 0x1afece17c -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2140 7 QuartzCore 0x1b24362c0 -[CALayer layoutSublayers] + 284 8 QuartzCore 0x1b243c43c CA::Layer::layout_if_needed(CA::Transaction) + 480 9 QuartzCore 0x1b2447140 CA::Layer::layout_and_display_if_needed(CA::Transaction) + 136 10 QuartzCore 0x1b238f884 CA::Context::commit_transaction(CA::Transaction, double) + 304 11 QuartzCore 0x1b23b9574 CA::Transaction::commit() + 676 12 QuartzCore 0x1b23b9f68 CA::Transaction::observer_callback(CFRunLoopObserver, unsigned long, void) + 92 13 CoreFoundation 0x1ab92fe68 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 32 14 CoreFoundation 0x1ab92ad54 CFRunLoopDoObservers + 416 15 CoreFoundation 0x1ab92b320 _CFRunLoopRun + 1308 16 CoreFoundation 0x1ab92aadc CFRunLoopRunSpecific + 464 17 GraphicsServices 0x1b58cb328 GSEventRunModal + 104 18 UIKitCore 0x1afa3863c UIApplicationMain + 1936 19 ____ 0x101006a68 main + 7 (TopAnchorView.swift:7) 20 libdyld.dylib 0x1ab7b4360 start + 4
Hi,
StepSlider 1.3.0 keeps crashing occasionally for the past few days in our Beta Testing Feedback, when
[StepSlider layoutLayersAnimated] is called internally, it is not even shown at this step.
Could you please assist me here, I can't find any point to check whats wrong with StepSlider here.