CALayer is a Core Animation class in the Quartz Core framework.
I'm struggling with conceptualizing animations with a CALayer as opposed to UIView's own animation methods. Throw "Core Animation" into this …
ios core-animation calayer uiviewanimation caanimationI want to capture a view with its subviews. I'm using this code to capture the screen: let view = self.…
ios swift uiview calayer screen-captureIn the code below I am trying to animate a CALayer from the left side of the screen to the …
ios swift animation calayer uilongpressgesturerecogniWe wanted to use a UITabBar in our iPhone app, but with one exception: we have a "sync" button which …
iphone objective-c ios core-animation calayerI'm trying to animation the transition of a CALayer from normal corners to rounded corners. I only want to round …
core-animation calayer uibezierpath cgpath cabasicanimationMy scroll has some views that is cornerRadius = 10.0 and masksToBounds = YES. This causes a performance issue for scrolling my scroll …
iphone objective-c ios calayer cornerradiusHere is my class and it'll draw a circle, it looks like this: class OvalLayer: CAShapeLayer { let animationDuration: CFTimeInterval = 0.3 override …
ios swift calayer core-text cashapelayerI am looking for a general way to be able to search for a unique CALayer in a hierarchy without …
search calayer