Quartz Core is the framework that includes Core Animation, Core Image, and Core Video
I'm trying to create a label (or any other view for that matter) with one rounded corner and a stroke/…
ios objective-c quartz-coreI have troubles installing quartzcore on Xcode 4 regarding an iOS application. I just can't find the answer: how to do …
ios xcode frameworks ios-frameworks quartz-coreI have this code in my project: - (void) fadeImageView { [UIView animateWithDuration:1.0f delay:0 options:UIViewAnimationCurveEaseInOut animations:^{ self.imageView.alpha = 0.0…
ios uiview uianimation quartz-coreMy application is based on spring boot. I want to create a task which should be run only once after …
spring scheduled-tasks quartz-scheduler quartz-coreI have a CAShapeLayer in which an arc is added using UIBezierPath. I saw a couple of posts (one actually) …
ios objective-c animation core-animation quartz-coreHello, I want to add this kind of shadow for my NAvigationBar How can I do that. This is how …
ios uinavigationbar quartz-core dropshadowI'm trying to draw a simple line, the problem is that it is coming out not as 1 pixel in width …
ios quartz-coreAs the title says, I am trying to give to some UIImageViews a fading out effect as they get closer …
ios uiscrollview quartz-coreI am trying to built an animated circle which would be drawn clockwise until it becomes complete circle as illustrated …
ios4 core-animation invisible quartz-coreI actually stuck on a problem with animating a UILabel in my iOS Application. After 2 days of searching the web …
ios xcode cocoa-touch core-animation quartz-core