I have a navigation based app where a certain pushed view has a nice background image. Now this view contains a UITextView which is transparent so my background shows all over ...
I'm trying to create a UIImage from an image context and set that as the contents of a CALayer (the image will end up split up and spread across multiple CALayers). ...
I want to make an animated background for iphone app. Something simple 5-6 frames changing in the loop. On the front there will be another animation running. How can this be ...
i have a client who says they want an messaging based app which has to do the following.
1) if the application goes to the background it should be polling the server ...
I am using a CATransition to shuffle CALayer's in and out of a UIView (the UIView isn't fullscreen.) The new layer enters from the right and the old layer leaves ...
when my app comes out of the background the animation has stopped. which is normal. but i want to restart my animation from the current state. how do i do that ...
At what point in the rotation of a device should I replace the image that forms the background. There are 2 images, one for Landscape, one for Portrait.
Currently I use the ...