Core Graphics is Apple's framework for low-level drawing operations on Mac OS X and iOS.
I'm trying to draw a shadow under the bottom edge of a UIView in Cocoa Touch. I understand that I …
iphone objective-c ios cocoa-touch core-graphicsI have a UIImage that is UIImageOrientationUp (portrait) that I would like to rotate counter-clockwise by 90 degrees (to landscape). I …
ios objective-c uiimage uikit core-graphicsI have a UIImage (Cocoa Touch). From that, I'm happy to get a CGImage or anything else you'd like that's …
cocoa cocoa-touch core-graphicsI've been bashing my face into this one for literally days now and even though I feel constantly that I …
iphone ios image-processing core-graphicsDoes anyone know why CGContextDrawImage would be drawing my image upside down? I am loading an image in from my …
ios cocoa-touch core-graphics cgcontextdrawimageI've read as many search results I could find on this dreaded problem, unfortunatelly, each one seems to focus on …
objective-c ios7 core-graphicsI have the following CALayer: CAGradientLayer *gradient = [CAGradientLayer layer]; gradient.frame = CGRectMake(8, 57, 296, 30); gradient.cornerRadius = 3.0f; gradient.colors = [NSArray arrayWithObjects:(id)[…
iphone core-graphics calayerI have three buttons in my view. After setting the cornerRadus in the viewDidLoad() : button.layer.cornerRadius = 20 I get the …
ios xcode swift core-graphicsAll I want is a one pixel black border around my white UILabel text. I got as far as subclassing …
ios objective-c iphone cocoa-touch core-graphicsDoes anybody know of any controls that will replicate the iOS7 style blur views. I'm assumming there can be some …
ios objective-c core-graphics