Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
4,151 questions
Filter by
Sorted by
Tagged with
0votes
1answer
64views

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 ...
1vote
2answers
343views

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 ...
prelude38's user avatar
1vote
1answer
188views

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 ...
Duncan C's user avatar
0votes
1answer
135views

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 ...
-1votes
1answer
143views

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 ...
Roman Busygin's user avatar
-1votes
1answer
126views

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, ...
-1votes
1answer
31views

I have a class which supports UIViewControllerAnimatedTransitioning.Within is a func namedfunc animateTransition(using transitionContext: UIViewControllerContextTransitioning)Within that, I'm ...
1vote
1answer
52views

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 ...
0votes
0answers
2kviews

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....
0votes
0answers
37views

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() ...
-2votes
1answer
75views

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 (@...
1vote
1answer
73views

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 { ...
richardjorne's user avatar
0votes
2answers
52views

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 ...
Evgenii Shishko's user avatar
1vote
0answers
67views

Seeing this with watermark image and text layers that each back a UIView // Create the video layer. let videolayer = CALayer() videolayer.shouldRasterize = true ...
1vote
1answer
163views

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. ...

153050per page
1
2345
277

Hot Network Questions

more hot questions
Newest core-animation questions feed

[8]ページ先頭

©2009-2025 Movatter.jp