johannesd

Results 3 comments of johannesd

Thanks for your reply! Hm, the numbers are correct, but I observe that the view is not updating property. I tried to make the example more obvious, but now it...

After thinking more about it, I think a keyframe animation would be the right thing here. ``` UIView.animateKeyframes(withDuration: 0, delay: 0, options: [], animations: { UIView.addKeyframe(withRelativeStartTime: 0, relativeDuration: 0.5) {...

I have the same problem. Is there no workaround? I have an app extension that is only supported for >IOS14, but the app itself should still be available on iOS13....