I\'m using navigation controller for my app. In one of views I have an animation that is fired by timer.
I wanted to do a small loader animation to put in my app. I have done repeating animations before with CGAnimations without problems, this time I was going for the block approach.
I\'m teaching myself more iOS by duplicating Apple\'s calculator app. I\'ve gotten the whole portrait mode working.
I\'m making a PDF reader that looks like a real book. I have a UIImageView inside a scrollview as the book\'s background (imagine an open book with empty pages).The UIImageView\'s layer has 2 sublaye
I have a strange problem with a UITextField - I am setting the value of it to @\"\" (or anything else still causes it) and then shrinking the field with to zero. Next time I unshrink it, it displays t
I have this code: [UIView animateWithDuration:0.8 animations:^{ [self methodToRun]; } completion:^(BOOL finished){
I have some code that n开发者_JAVA技巧eeds to run inside UIView animation brackets, but I want it be exempt from being animated, so all the code on either side of it is animated but it isn\'t. Is ther
I\'m trying to slow down the animation of the UISlider when changing values. So far, I\'ve tried the old UIView animation method:
开发者_Go百科There\'s any alternative for UIViewAnimationTransitionCurlUp andUIViewAnimationTransitionCurlDown, me need auto effect page turning like in real book.
The application crashes very rarely. One time it crashed, and I got the following report: [UIViewAnimationState release]:message sent to deallocated instance