Top "Cgaffinetransform" questions

The CGAffineTransform represents a matrix used for affine transformations.

Apply a transform to a UIImage when drawing

Trying to superimpose a smaller image which may be scaled or rotated onto a lager image: + (UIImage*)addToImage:(UIImage *)baseImage …

ios uiimage quartz-graphics cgaffinetransform
Change UIImageView image half way of a flip animation

How can I change the image of a UIImageView on half way of a Flip animation. My code does seem …

ios objective-c animation uiview cgaffinetransform
Combine translation, alpha and scale animations in swift3

I'm totally newbies with iOS Swift developement and i try to combine three parameters in a single animations but i …

ios iphone animation swift3 cgaffinetransform
how to convert the CGAffineTransform to CGTransform3D?

how to convert the CGAffineTransform to CGTransform3D? I use UIImagePickerController as the Camera Controler. and i add a 3d …

cgaffinetransform
CGAffineTransformIdentity not resetting a UIImageView after multiple transforms?

I have created a simple app with a segmented control at the top. When I click on one of two …

ios objective-c core-graphics cgaffinetransform
Proper transform for scaling a UIView from a rect?

I want to mimic "zooming in" on a view. The larger view will be added as a subview to the …

ios objective-c cgaffinetransform cgrect rect
How do I animate a UIView along a circular path?

In Swift code, how can I start and animate a UIView so that it moves in a motion along a …

ios swift animation uiview cgaffinetransform
UIView draw rect retain's the previous drawing and does not clear on view.transform

I have the following code to show marker in a UIView. The marker show's well, and once we try to …

ios objective-c drawrect cgaffinetransform