python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ios animation - display image/fill color from left to right with animating
I have a image, been added to CALayer.contents.
The image basically contains a word/letters, the requirement is to animate like showing up letters from left to right gradually, mean while animating th...
fullstackdev
Votes: 0
Answers: 1
Is it possible to record video and overlay with CALayer simultaneously using AVVideoCompositionCoreAnimationTool?
I'm currently working on app that records video of user, binds particle emitters to hands landmarks on preview. In result effects are shown on camera preview, but they aren't captured on video.
I saw ...
Pavlo Slyvka
Votes: 0
Answers: 0
changing size of CALayer also changes size of previously added layer's size
i'm trying to draw over UIImageView with this custome class and i would like to be able to change the size and color of lines being drawn by user. But every time i change the size or color of CALayer ...
Ramesh Sanghar
Votes: 0
Answers: 1
How to draw CALayers during an animation so that they appear correctly?
Inside a LazyHStack, I use UIViewRepresentable to draw an avatar for each item.
The avatar is drawn using CALayers:
override public func draw(_ layer: CALayer, in ctx: CGContext) { draw(layer) }
...
Mycroft Canner
Votes: 0
Answers: 0