I am trying to implement a custom UISlider on an iOS device.First, the ThumbSlider is positioned on both ends, and the desired behavior is as follows: When the ThumbSlider moves left or right, the ...
I am looking to implement CAMetalDisplayLink on a separate thread on a macOS application. I am basing my implementation on the following example project:Achieving Smooth Frame Rates with Metal ...
I know how to animate a single property like StrokeStart/StrokeEnd, or pairs of properties. I'm talking about what you can do from CoreAnimation: Create an animation that animates replacing one path ...
I have an 4x4 transformation matrix that is converted to CATransform3D. I need to apply it a UIImage and save as a new image in Documents folder. Any transformations that I can apply to cgcontext ...
Suppose I have a long running task whose progress is displayed in custom progress bar similar to system progress bar. A task can finish faster than animation of CALayer.bounds from leading to trailing ...
Trying to get a spring animation to work properly. I made a git repo. Basically the red view is constrained as follows:let ac = brokenView.widthAnchor.constraint(equalTo: brokenView.heightAnchor, ...
I have a class which supports UIViewControllerAnimatedTransitioning.Within is a func namedfunc animateTransition(using transitionContext: UIViewControllerContextTransitioning)Within that, I'm ...
I've the impression that my CALayer is retained after being added as a sublayer until the end execution block, instead of until I stop referencing it.The parent UIView is however released as soon as ...
I'm encountering crashes of type EXC_BREAKPOINT (SIGTRAP) Termination Reason: SIGNAL 5 Trace/BPT trap: 5 on iOS 17.In the iOS app I'm developing, I've noticed that since upgrading to iOS 17 (Xcode 15....
When using a UICollectionViewCell with animation triggered by a gesture recognizer, the animation stops abruptly when the array data associated with the collection view is reloaded using reloadData() ...
Hello guys this is my first time trying to publish an App on iOS. I am using Xcode version 13.0 betaI am getting this Semantic Issue error while archiving and building the App on Xcode.if (@...
I have three properties. Two with different animations on change and one with no animation.struct Stick: View { var color: Color var body: some View { GeometryReader { ...
I have a non-transparent UIView with UILabel of white non-transparent color. I display it as a subview in some view with border. And I can see that border in my UILabel's letters...By the way, I've ...
Seeing this with watermark image and text layers that each back a UIView // Create the video layer. let videolayer = CALayer() videolayer.shouldRasterize = true ...
This is verified to be a framework bug (occurs on Mac Catalyst but not iOS or iPadOS), and it seems the culprit is AVVideoCompositionCoreAnimationTool?/// Exports a video with the target animating. ...